Revert increased nextcloud backup frequency
takes too much time for nextcloud to still be usable
This commit is contained in:
parent
e668b690c2
commit
cc1bff80f7
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ in {
|
||||||
- zfs
|
- zfs
|
||||||
- ssd
|
- ssd
|
||||||
- eustachius
|
- eustachius
|
||||||
cron: '0 4,12,20 * * *' # Every Day at 4:00, 12:00 and 20:00
|
cron: '0 4 * * *' # Every Day at 4:00
|
||||||
hooks:
|
hooks:
|
||||||
<<: *default_hooks
|
<<: *default_hooks
|
||||||
before:
|
before:
|
||||||
|
|
Loading…
Reference in a new issue