alyssum/restic: backup less frequently
This commit is contained in:
parent
3f175d1b96
commit
d64c23ce97
1 changed files with 3 additions and 4 deletions
|
|
@ -14,13 +14,12 @@
|
|||
|
||||
paths = ["/flower"];
|
||||
timerConfig = {
|
||||
# every 30mns
|
||||
OnCalendar = "*-*-* *:00,30:00";
|
||||
# every 6 hours
|
||||
OnCalendar = "*-*-* 00,06,12,18:00:00";
|
||||
Persistent = true;
|
||||
};
|
||||
pruneOpts = [
|
||||
"--keep-last 24"
|
||||
"--keep-hourly 24"
|
||||
"--keep-last 8"
|
||||
"--keep-daily 7"
|
||||
"--keep-weekly 5"
|
||||
"--keep-monthly 12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue