]> git.p6c8.net - nextcloud-backup-restore.git/blob - CHANGELOG.md
Readme, bump version
[nextcloud-backup-restore.git] / CHANGELOG.md
1 # Changelog
2
3 ## 2.2.0
4
5 ### General
6 - Better handling of external data directory: Backup/restore of external data direcrory is done automatically if the variable `nextcloudLocalExternalDataDir` is set.
7
8 ## 2.1.3
9
10 ### General
11 - Added timestamps for every step.
12
13 ## 2.1.2
14
15 ### General
16 - Use pigz for compression.
17
18 ## 2.1.1
19
20 ### Backup
21 - Optimized cleaning up of old backups.
22
23 ## 2.1.0
24
25 ### General
26 - 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).
27 - 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)
28
29 ## 2.0.0
30
31 ### General
32 - 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).
33
34 ## 1.1.1
35
36 ### Backup
37 - When a backup is cancelled, the webserver is restartet automatically.
38
39 ## 1.1.0
40
41 ### Backup
42 - New variable *ignoreUpdaterBackups*: When set to true, the backups of Nextcloud's updater are not included in the backups (default: *false*).
43
44 ## 1.0.0
45
46 ### General
47 - Versioning of Nextcloud-Backup-Restore.
48 - 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.
49 - Special characters for the database password can be used now.
50 - Single quotes for variables.
51
52 ### Restore
53 - 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.
54 - The default main backup directory now is the same as in the backup script.

patrick-canterino.de