From f467de6c19f58006b82968663e8fa043f0ca73c0 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 28 Jul 2022 11:58:25 +0200 Subject: [PATCH] btrbk.conf.example: adapt btrfs_commit_delete --- btrbk.conf.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/btrbk.conf.example b/btrbk.conf.example index 43600fe..f90efbf 100644 --- a/btrbk.conf.example +++ b/btrbk.conf.example @@ -82,10 +82,10 @@ snapshot_dir _btrbk_snap # can be run at a time. #lockfile /var/lock/btrbk.lock -# Don't wait for transaction commit on deletion. Set this to "after" -# or "each" to make sure the deletion of subvolumes is committed to -# disk when btrbk terminates. -#btrfs_commit_delete no +# Don't wait for transaction commit on deletion. Enable this to make +# sure the deletion of subvolumes is committed to disk when btrbk +# terminates. +#btrfs_commit_delete no #