Skip to content

v2.6.2

Choose a tag to compare

@ludwigtomas ludwigtomas released this 06 Apr 12:34
· 20 commits to main since this release

Fixed

  • Fixed CliZipCreator silently failing when storage directory is empty — 7z returns exit code 0 but creates no ZIP file, causing RuntimeException
  • Added isDirectoryEmpty() pre-check in CliZipCreator to detect empty source directories (respecting excluded files) before invoking 7z
  • NotifierStorageService now gracefully skips backup when no files are available instead of failing the job
  • ProcessBackupJob now handles empty backup path from storage service without attempting upload

Full Changelog: v2.6.1...v2.6.2