Fix backups to hourly again

Got broken in commit fa5c1c6, release 0.11.15
Also removing the free space needed flag.

Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com>
This commit is contained in:
Mqrius 2026-01-19 12:56:58 +01:00 committed by GitHub
parent 05ed8cdfe8
commit 42fa3ba271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
More info here
(http://www.cronmaker.com)
*/
"backup_cron": "0 15 10 * * ? *",
"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
@ -52,9 +52,9 @@
// Specify the backup format. Valid options are ZIP and DIRECTORY
"backup_format": "ZIP",
// Minimum free disk space in MB. If a backup's creation would leave less than this amount of disk space remaining, the backup will be aborted.
"minimum_free_space": 51200,
"minimum_free_space": 0,
// If the previous backup failed due to lack of space, the oldest backup will be deleted to free space.
"free_space_if_needed": true,
"free_space_if_needed": false,
/* Specify files or folders to be excluded.
Can specify a file name, path relative to server directory or wildcard file path
Examples: (All file paths are relative to server root)