6 - Update fingerprint after disabling maintenance mode
11 - Bugfix: Compression command on restore
14 - Hint for installing pigz when using compression
15 - Bugfix: Set variable `backupMainDir` correctly
20 - Bugfix: Unbound variable when no parameters are supplied
25 - The scripts now exit when any command fails.
26 - Defined the command for compression in the "TODO section" of the script for easier customization.
27 - Added section for setup in readme.
29 - Document requirement pigz when using compression.
33 - Bugfix: Fixed the double trailing slash for paths containing the variable `backupdir`.
38 - Better handling of external data directory: Backup/restore of external data direcrory is done automatically if the variable `nextcloudLocalExternalDataDir` is set.
43 - Added timestamps for every step.
48 - Use pigz for compression.
53 - Optimized cleaning up of old backups.
58 - 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).
59 - 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)
64 - 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).
69 - When a backup is cancelled, the webserver is restartet automatically.
74 - New variable *ignoreUpdaterBackups*: When set to true, the backups of Nextcloud's updater are not included in the backups (default: *false*).
79 - Versioning of Nextcloud-Backup-Restore.
80 - The database system (MySQL/MariaDB or PostgreSQL) is configured in the variable area of the scripts, so it's not necessary to comment/uncomment the specific database commands.
81 - Special characters for the database password can be used now.
82 - Single quotes for variables.
85 - The commands for restoring the database are checked at the beginning of the script. Is the specific database system is not installed, the restore is cancelled.
86 - The default main backup directory now is the same as in the backup script.