Skip to content

Releases: buildplan/restic-backup-script

v0.36

29 Sep 00:03
4ae8c4c

Choose a tag to compare

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

28 Sep 22:21
5b20444

Choose a tag to compare

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

28 Sep 20:16
f90225c

Choose a tag to compare

What's Changed

Full Changelog: v0.33...v0.34

v0.33

28 Sep 10:55
5e2781f

Choose a tag to compare

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

27 Sep 19:27
e5a8679

Choose a tag to compare

What's Changed

Full Changelog: v0.31...v0.32

v0.31

27 Sep 14:19
7356514

Choose a tag to compare

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

27 Sep 09:24
ca0fe1e

Choose a tag to compare

What's Changed

  • Add optional custom cache directory setting by @buildplan in #15

Full Changelog: v0.29...v0.30

v0.29

21 Sep 13:01
622ccc4

Choose a tag to compare

What's Changed

Full Changelog: v0.28...v0.29

v0.28

20 Sep 21:22
5d6ffb3

Choose a tag to compare

What's Changed

Full Changelog: v0.27...v0.28

v0.27

12 Sep 19:40
d76a47b

Choose a tag to compare

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