adds prune policy to restic
This commit is contained in:
parent
c01ab2fe6e
commit
2e356295b0
1 changed files with 3 additions and 0 deletions
|
|
@ -193,6 +193,9 @@
|
|||
"/home/dennis/notes"
|
||||
"/main/share"
|
||||
];
|
||||
pruneOpts = [
|
||||
"--keep-last 3"
|
||||
];
|
||||
timerConfig = {
|
||||
onCalendar = "daily";
|
||||
Persistent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue