mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
restic: Adjust prune thresholds
This commit is contained in:
parent
fc61676f7c
commit
1289244995
1 changed files with 1 additions and 2 deletions
|
|
@ -58,9 +58,8 @@ in
|
||||||
passwordFile = config.sops.secrets."restic/password".path;
|
passwordFile = config.sops.secrets."restic/password".path;
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 7"
|
"--keep-daily 7"
|
||||||
"--keep-weekly 5"
|
"--keep-weekly 4"
|
||||||
"--keep-monthly 6"
|
"--keep-monthly 6"
|
||||||
"--keep-yearly 1"
|
|
||||||
];
|
];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "03:00";
|
OnCalendar = "03:00";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue