Skip to content

Releases: cupcakearmy/autorestic

v1.7.3

13 Sep 13:16
4d9a2b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2

24 Aug 10:03
489f307
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.7.2

v1.7.1

26 Apr 22:57
3bc091f
Compare
Choose a tag to compare

[1.7.1] - 2022-04-27

Fixed

  • #178 Lean flag not working properly.

v1.7.0

26 Apr 22:49
5bcf5c9
Compare
Choose a tag to compare

[1.7.0] - 2022-04-27

Changed

  • #147 Stream output instead of buffering.

Fixed

  • #184 duplicate global options.
  • #154 add docs for migration.
  • #182 fix bug with upgrading custom restic with custom path.

v1.6.2

14 Apr 15:45
ff2e371
Compare
Choose a tag to compare
1.6.2

v1.6.1

14 Apr 10:05
2e67642
Compare
Choose a tag to compare

[1.6.1] - 2022-04-14

Fixed

  • Bump go version in docker file to 18.

1.6.0

14 Apr 09:53
434862e
Compare
Choose a tag to compare

[1.6.0] - 2022-04-14

Added

  • support for copy command #145
  • partial restore with --include, --exclude, --iinclude, --iexclude flags #161
  • run forget automatically after backup #158
  • exit codes to hooks as env variable #142

Fixed

  • Lean flag not removing all output #178

v1.5.8

18 Mar 12:07
8b74a98
Compare
Choose a tag to compare

[1.5.8] - 2022-03-18

Fixed

  • Better error handling for bad config files.

v1.5.7

12 Mar 13:15
8a713e4
Compare
Choose a tag to compare

[1.5.7] - 2022-03-11

Added

Security

  • Updated dependencies #168

v1.5.6

10 Mar 15:37
5afad86
Compare
Choose a tag to compare

[1.5.6] - 2022-03-10

Fixed

  • Add bash in docker image for hooks. @FarisZR