do not prune automatically

This commit is contained in:
Cyryl Płotnicki 2020-06-07 11:15:48 +01:00
parent 79697f9f80
commit 0f4b1ce697

View file

@ -8,7 +8,6 @@
repository = "rest:http://brix.local:8000/"; repository = "rest:http://brix.local:8000/";
timerConfig = { OnCalendar = "hourly"; }; timerConfig = { OnCalendar = "hourly"; };
extraBackupArgs = [ "--exclude='.cache'" "--exclude='.rustup'" ]; extraBackupArgs = [ "--exclude='.cache'" "--exclude='.rustup'" ];
pruneOpts = [ "--keep-hourly 9" "--keep-daily 8" "--keep-weekly 5" "--keep-monthly 13" "--keep-yearly 16" ];
}; };
restic.backups.home-to-b2 = { restic.backups.home-to-b2 = {