From 42fa3ba2715f9bde3d408abb5b7bcee8346949b5 Mon Sep 17 00:00:00 2001 From: Mqrius Date: Mon, 19 Jan 2026 12:56:58 +0100 Subject: [PATCH] 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 --- config/ftbbackups2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ftbbackups2.json b/config/ftbbackups2.json index bedb47018..32efe057c 100644 --- a/config/ftbbackups2.json +++ b/config/ftbbackups2.json @@ -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)