Releases: buildplan/restic-backup-script
Releases · buildplan/restic-backup-script
v0.36
What's Changed
- Show progress bars in verbose mode by @buildplan in #23
- Since v0.34 flexible shebang check in the self-update function will break the backward compatibility for self-update, so a one-time manual update is required. Which can be done with:
curl -Lo restic-backup.sh "https://raw.githubusercontent.com/buildplan/restic-backup-script/main/restic-backup.sh" && chmod +x restic-backup.sh
Full Changelog: v0.35...v0.36
v0.35
What's Changed
- Fix performance tuning and verbose flag by @buildplan in #21
- flexible shebang check in the self-update function will break the backward compatibility for self-update, so a one-time manual update is required. Which can be done with:
curl -Lo restic-backup.sh "https://raw.githubusercontent.com/buildplan/restic-backup-script/main/restic-backup.sh" && chmod +x restic-backup.sh
Full Changelog: v0.34...v0.35
v0.34
v0.33
What's Changed
- add support for Slack and MS Teams notifications by @buildplan in #18
- Add new fix permissions flag
- Updated help flag
- Update README with new flags
Full Changelog: v0.32...v0.33
v0.32
v0.31
What's Changed
- Add scheduler - script can install a cron or systemd schedule for automated backups by @buildplan in #16
Full Changelog: v0.30...v0.31
v0.30
What's Changed
- Add optional custom cache directory setting by @buildplan in #15
Full Changelog: v0.29...v0.30
v0.29
What's Changed
- stats show logical and physical size by @buildplan in #14
Full Changelog: v0.28...v0.29
v0.28
What's Changed
- typo by @buildplan in #12
- Add stats function by @buildplan in #13
Full Changelog: v0.27...v0.28
v0.27
What's Changed
- added full integrity check and optional cronjob failure notifications via healthcheck.io by @buildplan in #11
Full Changelog: v0.26...v0.27