summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-15 09:43:49 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-15 09:51:52 +0100
commit3ff2157270d7c4a136f31826593a60b5178a220a (patch)
treebbeadf44a0ee5aca7a2836d552405981a66155f8 /archive
parent583c3ce6f64b9c0bf47232db5ab397babffde0e1 (diff)
downloaddotfiles-3ff2157270d7c4a136f31826593a60b5178a220a.tar.gz
update TODO
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");