summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
Diffstat (limited to 'archive')
-rwxr-xr-xarchive/bin/sysmaint4
1 files changed, 4 insertions, 0 deletions
diff --git a/archive/bin/sysmaint b/archive/bin/sysmaint
index 8a1ff3da..0feaf194 100755
--- a/archive/bin/sysmaint
+++ b/archive/bin/sysmaint
@@ -373,6 +373,10 @@ if ( defined $loc ) {
# performs a full backup? This eliminates the random coffee shop WiFi
# problem. Document that we're using that strategy, for laptops only,
# in the duplicity config file.
+#
+# (in locmaint, we're achieving this by forcing incremental backups
+# rather than turning off MAX_FULLBKP_AGE, so that the 'backup'
+# subcommand still respects MAX_FULLBKP_AGE as that might useful)
if ( $can_run_duply ) {
$seq->add_should_succeed("duply $host-$user-home backup");