chore(restic): reduce to 4 daily backups
This commit is contained in:
parent
76d4457e92
commit
e85cb4e0f0
2 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ in {
|
|||
"log"
|
||||
".Trash"
|
||||
];
|
||||
timerConfig.OnCalendar = "0/4:00:00";
|
||||
extraPruneOpts = [ "--keep-last 6" ];
|
||||
timerConfig.OnCalendar = "0/6:00:00";
|
||||
extraPruneOpts = [ "--keep-last 4" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue