Skip to content

v2.4.0

Choose a tag to compare

@austinginder austinginder released this 11 Nov 00:36
· 52 commits to main since this release

v2.4.0 - November 10, 2025

Added

  • Backup Toggles: Added "Backup Database" and "Backup Files" switches to the main interface, allowing you to easily skip an entire section of the backup.
  • CLI Command Update: The generated CLI commands in the UI now dynamically add the --skip-db and --skip-files flags to match the new UI toggles.
  • UI Validation: Added a check to prevent starting a backup if both the file and database sections are disabled.

Changed

  • Smarter UI File Zipping: The "Start Backup" process now filters the file list based on UI exclusions in the browser and sends batches of files to be zipped. This correctly respects all UI exclusions and is significantly more efficient than the previous method of re-zipping manifest chunks.
  • UI Polish: The file and database exclusion lists are now hidden when their respective "Backup" toggles are switched off.

Fixed

  • Filescan Performance: Optimized the file scanning step by lowering the operation limit when checksums are enabled, preventing potential timeouts on slower hosts during the analysis phase.
  • UI Polish: The database backup progress bar is now correctly hidden during a backup if the "Backup Database" option is disabled.