X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/blobdiff_plain/f395f5b42b48e79f53cd123946923934cc91a3c9..9131916ca452fc0b2f1d6fa118f3871cf0c765af:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e978316..4d4aa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 2.1.2 + +### General +- User pigz for compression. + +## 2.1.1 + +### Backup +- Optimized cleaning up of old backups. + +## 2.1.0 + +### General +- Added a variable *useCompression* to use compression (.tar.gz) for file and data directory (enabled by default, this was also the default behavior before this option was implemented). +- You can disable compression of these directories (.tar) if you use some other (archiving) backup mechanism which utilizes the Nextcloud backup and restore scripts (e.g. Borg Backup, see here: https://codeberg.org/DecaTec/Linux-Server-Backup) + +## 2.0.0 + +### General +- Added script (`setup.sh`) for an (more or less) automated setup of the backup and restore scripts (utilizing OCC in order to gather information about Nextcloud instance). + +## 1.1.1 + +### Backup +- When a backup is cancelled, the webserver is restartet automatically. + +## 1.1.0 + +### Backup +- New variable *ignoreUpdaterBackups*: When set to true, the backups of Nextcloud's updater are not included in the backups (default: *false*). + ## 1.0.0 ### General