From 3a8665bce9028277b4bf8faab91f2abf1f8c0fef Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Tue, 7 Jun 2016 16:37:32 +0200 Subject: [PATCH] documentation: add information about wildcard characters for subvolume section; cleanup --- doc/btrbk.1 | 6 +++--- doc/btrbk.conf.5 | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 6b2274b..241b412 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -97,8 +97,8 @@ Print output in table format (shortcut for "\-\-format=table"). .RS 4 Print output in specified format. If set to "raw", prints space-separated key="value" pairs (machine readable). Affects output -format for \fBrun\fR, \fBdryrun\fR, \fBlist\fR and \fBtree\fR -commands. Useful for further exporting/scripting. +format for \fBrun\fR, \fBdryrun\fR and \fBlist\fR commands. Useful for +further exporting/scripting. .RE .PP \-\-progress @@ -108,7 +108,7 @@ Show progress bar on send-receive operation. .PP \-\-print\-schedule .RS 4 -Print detailed scheduler information on "run" and "dryrun" +Print detailed scheduler information on \fBrun\fR and \fBdryrun\fR commands. Use the \fI\-\-format\fR command line option to switch between different output formats. .RE diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index f7b8b1d..220320b 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -33,7 +33,8 @@ btrfs filesystem mounted with the \fIsubvolid=0\fR option. .RS 4 Subvolume to be backed up, relative to the \fI\fR specified in the \fIvolume\fR section. Multiple \fIsubvolume\fR -sections are allowed within \fIvolume\fR sections. +sections are allowed within \fIvolume\fR sections. Accepts wildcard +character "*". .RE .PP \fBtarget\fR |