Releases: cupcakearmy/autorestic
Releases · cupcakearmy/autorestic
v1.5.5
[1.5.5] - 2022-02-16
Changed
- Go version was updated from
1.16
to1.17
Fixed
- Home directory was not being taken into account for loading configs.
v1.5.4
[1.5.4] - 2022-02-16
Fixed
- Lean flag not omitting all output.
v1.5.3
[1.5.3] - 2022-02-13
Fixed
- Error throwing not finding config even it's not being used.
v1.5.2
v1.5.1
v1.5.0
[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
- [Breaking Change] Declaration of docker volumes. See: https://autorestic.vercel.app/migration/1.4_1.5
- [Breaking Change] Hooks default executing directory now defaults to the config file directory. See: https://autorestic.vercel.app/migration/1.4_1.5
v1.4.1
[1.4.1] - 2021-10-31
Fixes
- Numeric values from config files not being passed to env.
v1.4.0
[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 fromAUTORESTIC_[BACKEND NAME]_KEY
->AUTORESTIC_[BACKEND NAME]_RESTIC_PASSWORD
Fixed
- Error handling during upgrade & uninstall
v1.3.0
[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
[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