Merge pull request #251 from lnxadm/cloud_backup_fix

Remove extra - in the cloud_backup RSYNCOPTSBACKUP options
This commit is contained in:
fewtarius 2022-07-08 12:51:08 -04:00 committed by GitHub
commit 2b2f97478c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ fi
MOUNTPATH="${MOUNTPATH:=/storage/cloud}"
SYNCPATH="${SYNCPATH:=GAMES}"
BACKUPPATH="${BACKUPPATH:=/storage/roms}"
RSYNCOPTSBACKUP="${RSYNCOPTSBACKUP:=--raiv --prune-empty-dirs}"
RSYNCOPTSBACKUP="${RSYNCOPTSBACKUP:=-raiv --prune-empty-dirs}"
echo -e "=> ${OS_NAME} CLOUD BACKUP UTILITY\n" >/dev/console