aboutsummaryrefslogtreecommitdiff
path: root/tw/system/vin.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-09-08 23:26:41 +0200
committerTimo Wilken2023-09-08 23:26:41 +0200
commit8f492208710e839786c98411b91b0b7b1417dab7 (patch)
treeb07cc92fb52b0a33662e1b212fd182badaef1506 /tw/system/vin.scm
parentf88e7b9ed70ecf09b42facd829a26ccb713dbd29 (diff)
Run cleanup for OAndBackupX backups later
Diffstat (limited to 'tw/system/vin.scm')
-rw-r--r--tw/system/vin.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/vin.scm b/tw/system/vin.scm
index 4f95ee4d..6d84e603 100644
--- a/tw/system/vin.scm
+++ b/tw/system/vin.scm
@@ -111,7 +111,7 @@
(restic-cleanup-repository
;; OAndBackupX/NeoBackup backups can run until the early-ish
;; morning; cleanup once they're all done and pushed.
- (schedule #~"0 9 * * *")
+ (schedule #~"0 11 * * *")
(url "/var/backups/restic/timo/phone")
(password-file "/etc/restic/timo-phone")
(snapshot-paths '("/storage/FF37-F8E6/OAndBackupX"))