Skip to content

v0.36

Choose a tag to compare

@buildplan buildplan released this 29 Sep 00:03
· 72 commits to main since this release
4ae8c4c

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