mirror of https://github.com/digint/btrbk
documentation: add "prune" to list of affected commands by several options
parent
2e974c1f4f
commit
a5aaffa5b5
18
doc/btrbk.1
18
doc/btrbk.1
|
@ -51,9 +51,9 @@ Prints the btrbk version.
|
||||||
.RS 4
|
.RS 4
|
||||||
Don't run anything that would alter the filesystem, just show the
|
Don't run anything that would alter the filesystem, just show the
|
||||||
snapshots and backup subvolumes that would be created/deleted by the
|
snapshots and backup subvolumes that would be created/deleted by the
|
||||||
\fBrun\fR, \fBsnapshot\fR, \fBresume\fR, \fBarchive\fR and \fBclean\fR
|
\fBrun\fR, \fBsnapshot\fR, \fBresume\fR, \fBprune\fR, \fBarchive\fR
|
||||||
commands. Use in conjunction with \fI\-l debug\fR to see the btrfs
|
and \fBclean\fR commands. Use in conjunction with \fI\-l debug\fR to
|
||||||
commands that would be executed.
|
see the btrfs commands that would be executed.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-c, \-\-config <file>
|
\-c, \-\-config <file>
|
||||||
|
@ -96,7 +96,7 @@ Verbose output (shortcut for "\-\-loglevel=info").
|
||||||
\-q, \-\-quiet
|
\-q, \-\-quiet
|
||||||
.RS 4
|
.RS 4
|
||||||
Quiet operation. If set, btrbk does not print the summary after
|
Quiet operation. If set, btrbk does not print the summary after
|
||||||
executing the \fBrun\fR, \fBsnapshot\fR, \fBresume\fR, or
|
executing the \fBrun\fR, \fBsnapshot\fR, \fBresume\fR, \fBprune\fR, or
|
||||||
\fBarchive\fR commands.
|
\fBarchive\fR commands.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
@ -115,8 +115,9 @@ 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, \fBsnapshot\fR, \fBresume\fR, \fBarchive\fR and
|
format for \fBrun\fR, \fBsnapshot\fR, \fBresume\fR, \fBprune\fR,
|
||||||
\fBlist\fR commands. Useful for further exporting/scripting.
|
\fBarchive\fR and \fBlist\fR commands. Useful for further
|
||||||
|
exporting/scripting.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-\-progress
|
\-\-progress
|
||||||
|
@ -127,8 +128,9 @@ Show progress bar on send-receive operation.
|
||||||
\-\-print\-schedule
|
\-\-print\-schedule
|
||||||
.RS 4
|
.RS 4
|
||||||
Print detailed scheduler information on \fBrun\fR, \fBsnapshot\fR,
|
Print detailed scheduler information on \fBrun\fR, \fBsnapshot\fR,
|
||||||
\fBresume\fR and \fBarchive\fR commands. Use the \fI\-\-format\fR
|
\fBresume\fR, \fBprune\fR and \fBarchive\fR commands. Use the
|
||||||
command line option to switch between different output formats.
|
\fI\-\-format\fR command line option to switch between different
|
||||||
|
output formats.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-\-override <config_option>=<value>
|
\-\-override <config_option>=<value>
|
||||||
|
|
Loading…
Reference in New Issue