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