Releases: garethgeorge/backrest
Releases · garethgeorge/backrest
v0.14.0
0.14.0 (2024-02-29)
Features
- add 'compute stats' button to refresh stats on repo view (1f42b6a)
- add release artifacts for arm32 (a737371)
- check for basic auth (#110) (#129) (871c54f)
- improved stats visualization with graphs and cleanup operation filtering (5b362cc)
- support flag overrides for 'restic backup' in plan configuration (56f5e40)
Bug Fixes
- alpine linux Dockerfile and add openssh (3cb9d27)
- backrest shows hidden operations in list view (c013f06)
- BackupInfoCollector handling of filtered events (f1e4619)
- install rclone with apk for alpine image (#138) (79715a9)
- properly parse repo flags (348ec46)
- stat operation interval for long running repos (f2477ab)
v0.13.0
0.13.0 (2024-02-21)
Features
- add case insensitive excludes (iexcludes) (#108) (bf6fb7e)
- add flags to configure backrest options e.g. --config-file, --data-dir, --restic-cmd, --bind-address (41ddc8e)
- add opt-in auto-unlock feature to remove locks on forget and prune (#107) (c1ee33f)
- add rclone binary to docker image and arm64 support (#105) (5a49f2f)
- bundle rclone, busybox commands, and bash in default backrest docker image (cec04f8)
- display non-fatal errors in backup operations (e.g. unreadable files) in UI (#100) (caac35a)
Bug Fixes
- improve error message when rclone config is missing (663b430)
- improved sidebar status refresh interval during live operations (3d192fd)
- live backup progress updates with partial-backup errors (97a4948)
- migrate prune policy options to oneof (ef41d34)
- restore operations should succeed for unassociated snapshots (448107d)
- separate docker images for scratch and alpine linux base (#106) (40e3e04)
v0.12.2
v0.12.0
v0.11.1
0.11.1 (2024-02-08)
Bug Fixes
v0.11.0
0.11.0 (2024-02-04)
Features
- add user configurable command hooks for backup lifecycle events (#60) (9be413b)
- authentication for WebUI (#62) (4a1f326)
- implement discord hook type (25924b6)
- implement gotify hook type (e0ce655)
- support keep-all retention policy for append-only backups (f163c02)
Bug Fixes
- add API test coverage and fix minor bugs (f5bb74b)
- add first time setup hint for user authentication (4a565f2)
- add test coverage for log rotation (f1084ca)
- bugfixes for auth flow (427792c)
- stats not displaying on long running repos (f1ba1d9)
- store large log outputs in tar bundles of logs (0cf01e0)
- windows install errors on decompressing zip archive (5323b9f)