1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Changed
- Align terminology used in README with the one used by B2 for credentials (keyId + applicationKey pair).
[2.0.0] - 2022-02-01
Changed
- BREAKING CHANGE #45: multiple backup profiles are now supported. Please backup your configuration before upgrading. The setup of configuration files are now laied out differently. See the README.md TL;DR setup section.
restic_backup.shhas had variables extracted to profiles instead, to allow for configuration of different backups on the same system.b2_env.shis split to two files_global.envanddefault.env(the default profile)._global.envwill have B2 accountID and accountKey anddefault.envhas backup paths, and retention.b2_pw.shrenamed to pw.txt
Fixed
restic_backup.shnow finds.backup_excludefiles on each backup path as intended.
[1.0.1] - 2021-12-03
Fixed
- $(make install) now works for the *.template files (#40)
[1.0.0] - 2021-12-02
It's time to call this a proper major version!
Added
uninstalltarget forMakefile- Add
--prunetorestic-forget - README badges and updates.
Fixed
backup_excludedestination- Conflicts for restic-check service
[0.1.0] - 2019-07-23
- First tagged version to allow Arch's AUR to download a tarball archive to install.