if [ -z "$backupMainDir" ]; then
# TODO: The directory where you store the Nextcloud backups (when not specified by args)
if [ -z "$backupMainDir" ]; then
# TODO: The directory where you store the Nextcloud backups (when not specified by args)
# TOOD: The bare tar command for using compression.
# Use 'tar -xmpzf' if you want to use gzip compression.
# TOOD: The bare tar command for using compression.
# Use 'tar -xmpzf' if you want to use gzip compression.
# 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 installation (this is a directory under your web root)
nextcloudFileDir='/var/www/nextcloud'