From f9b41ac46378984b8a11fcd50360e99c7079e830 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 18 Apr 2024 17:08:41 +0100 Subject: locmaint: force incremental duplicity backup --- bin/locmaint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/locmaint b/bin/locmaint index 4f28593f..9c170511 100755 --- a/bin/locmaint +++ b/bin/locmaint @@ -473,7 +473,7 @@ sub do_workstation_duplicity { $full = prompt_yn("Run full duply backup? (requires time & bandwidth)") if $full; - system "duply $profile " . ($full ? "full+purgeFull --force" : "incr"); + system "duply", $profile, ($full ? "full+purgeFull" : "incr"), "--force"; } sub do_sysmaint { -- cgit v1.2.3