From 9603062b66da3af29c1ec6d764b7101e69c5dd2d Mon Sep 17 00:00:00 2001 From: ccottam Date: Tue, 3 Apr 2018 12:58:50 +0100 Subject: adding the --commit-after flag to the snapshot removal --- bin/byteback-prune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/byteback-prune b/bin/byteback-prune index a0cd0fb..da0b72c 100755 --- a/bin/byteback-prune +++ b/bin/byteback-prune @@ -147,4 +147,4 @@ if snapshots.empty? end info("Deleting #{snapshots.last.path}") -log_system("#{btrfs_bin} subvolume delete #{snapshots.last.path}") +log_system("#{btrfs_bin} subvolume delete --commit-after #{snapshots.last.path}") -- cgit v1.2.3