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
Restore progress popup: the HUD popup now shows real-time progress while extracting the backup chain, staging the world, and creating the safety "Old_World restore" backup.
Parallel (multi-threaded) world scanning, ZIP compression, and restore extraction, with a new configurable threadCount option (1 to max CPU threads).
New tempBackupDirectory config to compress the backup ZIP to a temporary folder and then move it to the backup destination, so only the finished ZIP is transferred when backups are stored on a slow or network drive.
New progress phases (COMPRESSING, WRITING) and accurate bytes/percent progress reporting.
Config screen notice for dedicated servers: only the HUD and Preview settings are editable from the client; server settings are edited on the server's config file.
Fixed
Restore now completes reliably: the safety "Old_World restore" backup is created while the server is still running, so it no longer fails with C2ME's saveAll async guard, and the world swap is applied when the server stops.
Fixed restore verification failing on backups created by older builds, whose manifest recorded a stale file size: restore now compares content by SHA-256 only (size differences are ignored) while keeping the structural check (missing/extra files) and the rejection of backups with a damaged status.
Backup manifests now record the actual bytes written to the ZIP, so a file that changes between the scan and the compression (e.g. player data) no longer invalidates the manifest or blocks a later restore.
Orphaned restore staging and temporary directories (.justenoughbackups-staging-* and .restore-*) left behind by interrupted restores are now cleaned up automatically on server start.
Popup progress now shows the real bytes/percent while running and on completion; fixed the related tooltip error.
Retention is now applied with the full fresh manifest list after creating a backup, avoiding a stale read.
/jeb next is properly localized and lists each enabled automatic backup type with its remaining time.
The backup management search box keeps focus and caret position while typing.
Removed the misleading "Starting backup..." message when a backup creation already failed.
/jeb config reload now reports the per-type automatic schedules instead of the legacy interval setting.