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"
|
"/home/dennis/notes"
|
||||||
"/main/share"
|
"/main/share"
|
||||||
];
|
];
|
||||||
|
pruneOpts = [
|
||||||
|
"--keep-last 3"
|
||||||
|
];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
onCalendar = "daily";
|
onCalendar = "daily";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue