summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {