mirror of https://github.com/digint/btrbk
documentation: add information about wildcard characters for subvolume section; cleanup
parent
e4a7ba4be5
commit
3a8665bce9
|
@ -97,8 +97,8 @@ Print output in table format (shortcut for "\-\-format=table").
|
||||||
.RS 4
|
.RS 4
|
||||||
Print output in specified format. If set to "raw", prints
|
Print output in specified format. If set to "raw", prints
|
||||||
space-separated key="value" pairs (machine readable). Affects output
|
space-separated key="value" pairs (machine readable). Affects output
|
||||||
format for \fBrun\fR, \fBdryrun\fR, \fBlist\fR and \fBtree\fR
|
format for \fBrun\fR, \fBdryrun\fR and \fBlist\fR commands. Useful for
|
||||||
commands. Useful for further exporting/scripting.
|
further exporting/scripting.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-\-progress
|
\-\-progress
|
||||||
|
@ -108,7 +108,7 @@ Show progress bar on send-receive operation.
|
||||||
.PP
|
.PP
|
||||||
\-\-print\-schedule
|
\-\-print\-schedule
|
||||||
.RS 4
|
.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
|
commands. Use the \fI\-\-format\fR command line option to switch
|
||||||
between different output formats.
|
between different output formats.
|
||||||
.RE
|
.RE
|
||||||
|
|
|
@ -33,7 +33,8 @@ btrfs filesystem mounted with the \fIsubvolid=0\fR option.
|
||||||
.RS 4
|
.RS 4
|
||||||
Subvolume to be backed up, relative to the \fI<volume\-directory>\fR
|
Subvolume to be backed up, relative to the \fI<volume\-directory>\fR
|
||||||
specified in the \fIvolume\fR section. Multiple \fIsubvolume\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
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fBtarget\fR <type> <target\-directory>|<url>
|
\fBtarget\fR <type> <target\-directory>|<url>
|
||||||
|
|
Loading…
Reference in New Issue