changed backup frequency to hourly #1705
This commit is contained in:
parent
7bc1376348
commit
566ccc630d
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
More info here
|
||||
(http://www.cronmaker.com)
|
||||
*/
|
||||
"backup_cron": "0 0 1 * * ?",
|
||||
"backup_cron": "0 0 0/1 1/1 * ? *",
|
||||
// Time between manual backups using the command
|
||||
"manual_backups_time": 0,
|
||||
// Only run a backup if a player has been online since the last backup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue