X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/blobdiff_plain/001bec529747e994540cbace860016591a323e33..403f2a20ae8c8cad70532477ae86ef7796d788bf:/NextcloudBackup.sh diff --git a/NextcloudBackup.sh b/NextcloudBackup.sh index 4c735de..2e8c62a 100644 --- a/NextcloudBackup.sh +++ b/NextcloudBackup.sh @@ -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.