]> git.p6c8.net - nextcloud-backup-restore.git/commitdiff
„NextcloudBackup.sh“ ändern
authorDecaTec <decatec@noreply.codeberg.org>
Wed, 10 Mar 2021 08:24:05 +0000 (09:24 +0100)
committerDecaTec <decatec@noreply.codeberg.org>
Wed, 10 Mar 2021 08:24:05 +0000 (09:24 +0100)
NextcloudBackup.sh

index 4c735de490ef6a6c5cf13cc9b48bf0b8e176408f..2e8c62abbcc32b3e9f49ff0896fc4174d97e6257 100644 (file)
@@ -33,7 +33,7 @@ currentDate=$(date +"%Y%m%d_%H%M%S")
 # The actual directory of the current backup - this is a subdirectory of the main directory above with a timestamp
 backupdir="${backupMainDir}/${currentDate}/"
 
-# TODO: Use compression for Matrix Synapse installation/lib dir
+# TODO: Use compression for file/data dir
 # When this is the only script for backups, it's recommend to enable compression.
 # If the output of this script is used in another (compressing) backup (e.g. borg backup), 
 # you should probably disable compression here and only enable compression of your main backup script.

patrick-canterino.de