Skip to content

Releases: cupcakearmy/autorestic

v1.5.5

16 Feb 20:58
d854704
Compare
Choose a tag to compare

[1.5.5] - 2022-02-16

Changed

  • Go version was updated from 1.16 to 1.17

Fixed

  • Home directory was not being taken into account for loading configs.

v1.5.4

16 Feb 20:43
db9f5de
Compare
Choose a tag to compare

[1.5.4] - 2022-02-16

Fixed

  • Lean flag not omitting all output.

v1.5.3

16 Feb 20:29
75160d4
Compare
Choose a tag to compare

[1.5.3] - 2022-02-13

Fixed

  • Error throwing not finding config even it's not being used.

v1.5.2

13 Feb 15:26
a373c07
Compare
Choose a tag to compare

[1.5.2] - 2022-02-13

Fixed

v1.5.1

06 Dec 16:29
bbdae05
Compare
Choose a tag to compare

[1.5.1] - 2021-12-06

Changed

  • use official docker image instead of installing rclone every time docker is used.
  • docker docs

Fixed

  • lock file not always next to the config file.
  • update / install bugs. (thanks @g-a-c !)
  • lock docker image tag to the current autorestic version
  • better error logging

v1.5.0

20 Nov 16:12
e055e28
Compare
Choose a tag to compare

[1.5.0] - 2021-11-20

Added

  • Support for multiple paths
  • Improved error handling
  • Allow for specific snapshot to be restored
  • Docker image

Fixed

  • rclone in docker volumes

Changed

v1.4.1

31 Oct 21:47
7f9251f
Compare
Choose a tag to compare

[1.4.1] - 2021-10-31

Fixes

  • Numeric values from config files not being passed to env.

v1.4.0

30 Oct 13:03
de663f2
Compare
Choose a tag to compare

[1.4.0] - 2021-10-30

Added

  • Allow specify to specify a backend for location backup
  • Global restic flags
  • Generic ENV support for backends

Changed

  • Install now only requires wget
  • Env variable for the KEY has been renamed from AUTORESTIC_[BACKEND NAME]_KEY -> AUTORESTIC_[BACKEND NAME]_RESTIC_PASSWORD

Fixed

  • Error handling during upgrade & uninstall

v1.3.0

26 Oct 14:03
ddc3acc
Compare
Choose a tag to compare

[1.3.0] - 2021-10-26

Added

  • Pass restic backup metadata as ENV to hooks
  • Support for XDG_CONFIG_HOME and ${HOME}/.config as default locations for .autorestic.yaml file.
  • Binary restic flags are now supported
  • Pass encryption keys from env variables or files.

v1.2.0

05 Aug 19:59
Compare
Choose a tag to compare

[1.2.0] - 2021-08-05

Added

  • Community page
  • Support for yaml references and aliases

Fixed

  • Better verbose output for hooks
  • Better error message for bad formatted configs