mirror of https://github.com/digint/btrbk
documentation: honor --exclude on backup candidates
parent
4c174c8f72
commit
6d57aa4dbe
|
@ -88,8 +88,15 @@ OPTIONS
|
||||||
commands that would be executed.
|
commands that would be executed.
|
||||||
|
|
||||||
--exclude <filter>::
|
--exclude <filter>::
|
||||||
Exclude configured sections matching '<filter>'. See
|
Exclude configured sections matching '<filter>' (see
|
||||||
<<_filter_statements,FILTER STATEMENTS>> below.
|
<<_filter_statements,FILTER STATEMENTS>> below), or any specific
|
||||||
|
snapshot from being backuped or deleted, or any specific backup
|
||||||
|
from being deleted.
|
||||||
|
+
|
||||||
|
Note that excluding specific snapshots from being backuped has impact
|
||||||
|
on scheduling: e.g. if the "first snapshot of the day" is excluded,
|
||||||
|
the "second snapshot of the day" shifts to "first", creating a backup
|
||||||
|
as "first backup of the day".
|
||||||
|
|
||||||
-p, --preserve::
|
-p, --preserve::
|
||||||
Preserve all snapshots and backups. Skips deletion of any
|
Preserve all snapshots and backups. Skips deletion of any
|
||||||
|
|
Loading…
Reference in New Issue