We now have a Discord server
New features
- Automatic backup retries: scheduled backups now retry after failures with configurable retry count and delay. Thanks @Der-Penz
for the implementation - Zerobyte can now read
APP_SECRETfromAPP_SECRET_FILE, which is useful for Docker and Kubernetes secret-based setups.
Bug fixes
- Snapshot loading is more reliable on large repositories: repositories with large snapshot lists no longer fail because of command output buffer limits
- Slack webhook channel overrides are no longer configurable since it is not supported initially by Slack
- Rclone remotes are now correctly detected when using a custom
RCLONE_CONFIG_DIR - SMB-backed volumes now handle UTF-8 filename encoding more reliably, reducing backup failures on shares with special characters in file names.