aboutsummaryrefslogtreecommitdiff
path: root/tw/system/vin.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-08-10 12:26:55 +0200
committerTimo Wilken2023-08-10 12:26:55 +0200
commit9c91ac150a3073c24b513e30e176950e008750f6 (patch)
tree0491ac05efb1e6d7ad9e74ea6b592c4c95a1a74e /tw/system/vin.scm
parent6273c3992ba57e36eb351f4ce01b4bfd99854e16 (diff)
Keep fewer Signal backups
Don't need so many.
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 75704d59..5d406376 100644
--- a/tw/system/vin.scm
+++ b/tw/system/vin.scm
@@ -90,7 +90,7 @@
(snapshot-paths '("/storage/FF37-F8E6/SignalBackup"))
;; We only really care about the last signal backup, but guard
;; against accidental deletion by keeping more.
- (keep-daily 7))
+ (keep-daily 3))
(restic-cleanup-repository
(schedule #~"0 4 * * *")