From 3c9fa21b2ec33ab575f9b87af8d42c5e19c4a040 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 1 Feb 2022 13:07:55 +0100 Subject: [PATCH] Modified: CHANGELOG.md --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b2e74..c628a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Added -- Extract all variables from `restic_backup.sh` to allow for having multiple backup profiles. + +## [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. + - `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 ### Fixed - `restic_backup.sh` now finds `.backup_exclude` files on each backup path as intended. @@ -28,4 +33,4 @@ It's time to call this a proper major version! - Conflicts for restic-check service ## [0.1.0] - 2019-07-23 -- First tagged version. +- First tagged version to allow Arch's AUR to download a tarball archive to install.