From db27be517fda833c77955ee3840f4aa2ecc28803 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 1 Feb 2022 13:08:28 +0100 Subject: [PATCH] Modified: CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c628a08..b56989a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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](README.md) TL;DR setup section. +- **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](README.md) TL;DR setup section. - `restic_backup.sh` has had variables extracted to profiles instead, to allow for configuration of different backups on the same system. - `b2_env.sh` is split to two files `_global.env` and `default.env` (the default profile). `_global.env` will have B2 accountID and accountKey and `default.env` has backup paths, and retention. - `b2_pw.sh` renamed to pw.txt