You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added restore.destination_root to restore backups to a directory different from backup.source_root (#110)
Pre-restore temporary backups will cover the actual restore destination
Added restore.reuse_unchanged_files (default false) to reduce disk writes by reusing files whose contents already match the backup
Added optional pre-scheduled-backup notices, configured with scheduled_backup.pre_backup_notice and pre_backup_notice_delay (#111)
Changes
Moved restore settings into the new restore config section; existing command.backup_on_restore and command.restore_countdown_sec values are migrated automatically
Scheduled backup prune jobs now report their completion status and next run time
Added System chat: Saved the game to the default server.saved_world_regex for Minecraft 26.3 snapshot compatibility (#112)
Existing configs with an explicit regex list may need to add this pattern manually
Fixes
Improved restore rollback and retained-file handling for failure cases, dangling symlinks, and read-only directories
Fixed concurrent task cleanup starting before all worker threads had stopped after an error