mirror of https://github.com/digint/btrbk
documentation: btrbk.1: add "exclude" command line option
parent
14b5edcf68
commit
45b24d6477
1
btrbk
1
btrbk
|
@ -318,6 +318,7 @@ options:
|
||||||
--version display version information
|
--version display version information
|
||||||
-c, --config=FILE specify configuration file
|
-c, --config=FILE specify configuration file
|
||||||
-n, --dry-run perform a trial run with no changes made
|
-n, --dry-run perform a trial run with no changes made
|
||||||
|
--exclude=FILTER exclude configured sections
|
||||||
-p, --preserve preserve all (do not delete anything)
|
-p, --preserve preserve all (do not delete anything)
|
||||||
--preserve-snapshots preserve snapshots (do not delete snapshots)
|
--preserve-snapshots preserve snapshots (do not delete snapshots)
|
||||||
--preserve-backups preserve backups (do not delete backups)
|
--preserve-backups preserve backups (do not delete backups)
|
||||||
|
|
|
@ -17,7 +17,7 @@ SYNOPSIS
|
||||||
|
|
||||||
[verse]
|
[verse]
|
||||||
btrbk [-h|--help] [--version]
|
btrbk [-h|--help] [--version]
|
||||||
[-c|--config <file>] [-n|--dry-run]
|
[-c|--config <file>] [-n|--dry-run] [--exclude <filter>]
|
||||||
[-p|--preserve] [--preserve-snapshots] [--preserve-backups]
|
[-p|--preserve] [--preserve-snapshots] [--preserve-backups]
|
||||||
[-v|--verbose] [-q|--quiet] [-l|--loglevel <level>]
|
[-v|--verbose] [-q|--quiet] [-l|--loglevel <level>]
|
||||||
[-t|--table] [--format <output-format>]
|
[-t|--table] [--format <output-format>]
|
||||||
|
@ -82,6 +82,10 @@ OPTIONS
|
||||||
commands. Use in conjunction with '-l debug' to see the btrfs
|
commands. Use in conjunction with '-l debug' to see the btrfs
|
||||||
commands that would be executed.
|
commands that would be executed.
|
||||||
|
|
||||||
|
--exclude <filter>::
|
||||||
|
Exclude configured sections matching '<filter>'. See
|
||||||
|
<<_filter_statements,FILTER STATEMENTS>> below
|
||||||
|
|
||||||
-p, --preserve::
|
-p, --preserve::
|
||||||
Preserve all snapshots and backups. Skips deletion of any
|
Preserve all snapshots and backups. Skips deletion of any
|
||||||
snapshots and backups, even if specified in the configuration file
|
snapshots and backups, even if specified in the configuration file
|
||||||
|
|
Loading…
Reference in New Issue