hainich: reduce backup retention

This commit is contained in:
schweby 2021-04-15 06:37:12 +02:00
parent ccb4469922
commit 0c55ccb47b
No known key found for this signature in database
GPG key ID: B880491D046E2F87

View file

@ -122,7 +122,7 @@
pruneOpts = [ pruneOpts = [
"--keep-daily 7" "--keep-daily 7"
"--keep-weekly 5" "--keep-weekly 5"
"--keep-monthly 12" "--keep-monthly 3"
]; ];
repository = "b2:tardis-hainich:system"; repository = "b2:tardis-hainich:system";
}; };