chore(restic): reduce to 4 daily backups
This commit is contained in:
parent
76d4457e92
commit
e85cb4e0f0
|
@ -89,8 +89,8 @@ in {
|
|||
"/home/*/.var/app/**/Code Cache"
|
||||
"/home/*/.var/app/**/GPUCache"
|
||||
];
|
||||
timerConfig.OnCalendar = "0/4:00:00";
|
||||
extraPruneOpts = [ "--keep-last 6" ];
|
||||
timerConfig.OnCalendar = "0/6:00:00";
|
||||
extraPruneOpts = [ "--keep-last 4" ];
|
||||
};
|
||||
|
||||
# extra handling for dev folder to respect .gitignore files:
|
||||
|
|
|
@ -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…
Reference in a new issue