X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/blobdiff_plain/fcb05da8d69bc3b39a8ab9e6a4a09af9b0bf7d8c..9fe0795842dc01e3adc598539640bdea93b98ebc:/NextcloudBackup.sh diff --git a/NextcloudBackup.sh b/NextcloudBackup.sh index c038f33..ace78d8 100644 --- a/NextcloudBackup.sh +++ b/NextcloudBackup.sh @@ -22,6 +22,7 @@ backupdir="${backupMainDir}/${currentDate}/" # TODO: The directory of your Nextcloud installation (this is a directory under your web root) nextcloudFileDir="/var/www/nextcloud" # TODO: The directory of your Nextcloud data directory (outside the Nextcloud file directory) +# If your data directory is located under Nextcloud's file directory (somewhere in the web root), the data directory should not be a separate part of the backup nextcloudDataDir="/var/nextcloud_data" # TODO: Your Nextcloud database name nextcloudDatabase="nextcloud_db"