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