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"];
|
paths = ["/flower"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
# every 30mns
|
# every 6 hours
|
||||||
OnCalendar = "*-*-* *:00,30:00";
|
OnCalendar = "*-*-* 00,06,12,18:00:00";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
};
|
};
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-last 24"
|
"--keep-last 8"
|
||||||
"--keep-hourly 24"
|
|
||||||
"--keep-daily 7"
|
"--keep-daily 7"
|
||||||
"--keep-weekly 5"
|
"--keep-weekly 5"
|
||||||
"--keep-monthly 12"
|
"--keep-monthly 12"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue