]> git.p6c8.net - nextcloud-backup-restore.git/blob - CHANGELOG.md
e8d2b5a5add4b1df6dc76d2928447bbb039818d2
[nextcloud-backup-restore.git] / CHANGELOG.md
1 # Changelog
2
3 ## 2.1.1
4
5 ### Backup
6 - Optimized cleaning up of old backups.
7
8 ## 2.1.0
9
10 ### General
11 - 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).
12 - 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)
13
14 ## 2.0.0
15
16 ### General
17 - 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).
18
19 ## 1.1.1
20
21 ### Backup
22 - When a backup is cancelled, the webserver is restartet automatically.
23
24 ## 1.1.0
25
26 ### Backup
27 - New variable *ignoreUpdaterBackups*: When set to true, the backups of Nextcloud's updater are not included in the backups (default: *false*).
28
29 ## 1.0.0
30
31 ### General
32 - Versioning of Nextcloud-Backup-Restore.
33 - 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.
34 - Special characters for the database password can be used now.
35 - Single quotes for variables.
36
37 ### Restore
38 - 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.
39 - The default main backup directory now is the same as in the backup script.

patrick-canterino.de