Skip to content

v0.35

Compare
Choose a tag to compare
@buildplan buildplan released this 28 Sep 22:21
· 52 commits to main since this release
5b20444

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