mirror of https://github.com/digint/btrbk
documentation: adapt btrfs_commit_delete
Also move item down, closer to other delete-related options.disable-ssh-password-prompt
parent
6b465bf06b
commit
c5dff6afda
|
@ -430,12 +430,6 @@ If you want to set this option for local or remote hosts only, set
|
|||
|
||||
=== Btrfs Specific Options
|
||||
|
||||
*btrfs_commit_delete* after|each|no::
|
||||
If set, make sure the deletion of snapshot and backup subvolumes
|
||||
are committed to disk when btrbk terminates (sets '--commit-after'
|
||||
or '--commit-each' options when running "btrfs subvolume
|
||||
delete"). Defaults to ``no''.
|
||||
|
||||
*incremental_prefs* <list-spec>[:<amount>]...::
|
||||
Specify the preferences to determine the best common (correlated)
|
||||
parent and clone sources for incremental backups, by choosing from
|
||||
|
@ -488,6 +482,11 @@ sources for all (!) known candidates on the filesystem.
|
|||
access problems (when not running btrbk as root). Defaults to
|
||||
``mountpoint''.
|
||||
|
||||
*btrfs_commit_delete* yes|no::
|
||||
If set, wait for the transaction commit at the end of each
|
||||
snapshot or backup deletion (sets '--commit-each' option for
|
||||
"btrfs subvolume delete"). Defaults to ``no''.
|
||||
|
||||
*snapshot_qgroup_destroy* yes|no _*experimental*_:: {blank}
|
||||
*target_qgroup_destroy* yes|no _*experimental*_:: {blank}
|
||||
*archive_qgroup_destroy* yes|no _*experimental*_::
|
||||
|
|
Loading…
Reference in New Issue