disable autoprune

This commit is contained in:
ChaotiCryptidz 2021-12-31 19:10:17 +00:00
parent 22644ae460
commit fde0dc22d7

View file

@ -6,15 +6,11 @@ let
OnBootSec = "1m";
OnCalendar = "daily";
};
pruneOpts = [
"--keep-within 14d"
];
in {
services.restic.backups.hetzner-vm = {
user = backupUser;
paths = backupPaths;
timerConfig = timerConfig;
pruneOpts = pruneOpts;
repository = "b2:Backups-HetznerVM:/";
passwordFile = "/secrets/restic-password";
environmentFile = "/secrets/restic-env";
@ -23,7 +19,6 @@ in {
user = backupUser;
paths = backupPaths;
timerConfig = timerConfig;
pruneOpts = pruneOpts;
repository = "b2:Cryptidz-Backup:HetznerVM";
passwordFile = "/secrets/restic-password-cassie";
environmentFile = "/secrets/restic-env-cassie";