From c5dff6afdabcd0a9a5abcf0f06bf778a532d617c Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 27 Jul 2022 20:41:59 +0200 Subject: [PATCH] documentation: adapt btrfs_commit_delete Also move item down, closer to other delete-related options. --- doc/btrbk.conf.5.asciidoc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 0d0398c..08571f8 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -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* [:]...:: 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*_::