From 403f2a20ae8c8cad70532477ae86ef7796d788bf Mon Sep 17 00:00:00 2001 From: DecaTec Date: Wed, 10 Mar 2021 09:24:05 +0100 Subject: [PATCH] =?utf8?q?=E2=80=9ENextcloudBackup.sh=E2=80=9C=20=C3=A4nde?= =?utf8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- NextcloudBackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1