]> git.p6c8.net - nextcloud-backup-restore.git/blob - CHANGELOG.md
e872ba2e6ae58356ddac3cddd639150f6782ca6a
[nextcloud-backup-restore.git] / CHANGELOG.md
1 # Changelog
2
3 ## 2.3.1
4
5 ### General
6 - Bugfix: Unbound variable when no parameters are supplied
7
8 ## 2.3.0
9
10 ### General
11 - The scripts now exit when any command fails.
12 - Defined the command for compression in the "TODO section" of the script for easier customization.
13 - Added section for setup in readme.
14 - Updated links.
15 - Document requirement pigz when using compression.
16 - Formatting.
17
18 ### Backup
19 - Bugfix: Fixed the double trailing slash for paths containing the variable `backupdir`.
20
21 ## 2.2.0
22
23 ### General
24 - Better handling of external data directory: Backup/restore of external data direcrory is done automatically if the variable `nextcloudLocalExternalDataDir` is set.
25
26 ## 2.1.3
27
28 ### General
29 - Added timestamps for every step.
30
31 ## 2.1.2
32
33 ### General
34 - Use pigz for compression.
35
36 ## 2.1.1
37
38 ### Backup
39 - Optimized cleaning up of old backups.
40
41 ## 2.1.0
42
43 ### General
44 - 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).
45 - 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)
46
47 ## 2.0.0
48
49 ### General
50 - 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).
51
52 ## 1.1.1
53
54 ### Backup
55 - When a backup is cancelled, the webserver is restartet automatically.
56
57 ## 1.1.0
58
59 ### Backup
60 - New variable *ignoreUpdaterBackups*: When set to true, the backups of Nextcloud's updater are not included in the backups (default: *false*).
61
62 ## 1.0.0
63
64 ### General
65 - Versioning of Nextcloud-Backup-Restore.
66 - 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.
67 - Special characters for the database password can be used now.
68 - Single quotes for variables.
69
70 ### Restore
71 - 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.
72 - The default main backup directory now is the same as in the backup script.

patrick-canterino.de