make workstation backups run daily as they were using too many resources when ran hourly
This commit is contained in:
parent
d1ac641c5a
commit
50222fd780
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
".config/Element/Cache"
|
".config/Element/Cache"
|
||||||
".config/discord/Cache"
|
".config/discord/Cache"
|
||||||
];
|
];
|
||||||
timerConfig = {OnCalendar = "hourly";};
|
timerConfig = {OnCalendar = "daily";};
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-hourly 25"
|
"--keep-hourly 25"
|
||||||
"--keep-daily 8"
|
"--keep-daily 8"
|
||||||
|
|
Loading…
Reference in a new issue