summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-18 17:08:41 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-04-18 17:08:58 +0100
commitf9b41ac46378984b8a11fcd50360e99c7079e830 (patch)
treecb2fc00d0cd3b64d872a05f455ce3dc186d2477a
parent1f80d85f99229a41c3fa7bff2fa21445a98e3ad3 (diff)
downloaddotfiles-f9b41ac46378984b8a11fcd50360e99c7079e830.tar.gz
locmaint: force incremental duplicity backup
-rwxr-xr-xbin/locmaint2
1 files changed, 1 insertions, 1 deletions
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 {