X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/blobdiff_plain/c43441d1af3f9dbc7c6c85cb198eba6c29416a57..c2fc80907fa47ff4212f123ed2c3458ba3ec40c6:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 029b3f1..57dfe21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## 2.3.0 + +### General +- The scripts now exit when any command fails. +- Defined the command for compression in the "TODO section" of the script for easier customization. +- Added section for setup in readme. +- Updated links. +- Document requirement pigz when using compression. +- Formatting. + +### Backup +- Bugfix: Fixed the double trailing slash for paths containing the variable `backupdir`. + +## 2.2.0 + +### General +- Better handling of external data directory: Backup/restore of external data direcrory is done automatically if the variable `nextcloudLocalExternalDataDir` is set. + +## 2.1.3 + +### General +- Added timestamps for every step. + +## 2.1.2 + +### General +- Use pigz for compression. + +## 2.1.1 + +### Backup +- Optimized cleaning up of old backups. + ## 2.1.0 ### General