do not prune automatically
This commit is contained in:
parent
79697f9f80
commit
0f4b1ce697
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue