2022-04-03 16:38:59 +00:00
|
|
|
### This is the path where your cloud volume is mounted.
|
|
|
|
MOUNTPATH="/storage/cloud"
|
|
|
|
|
|
|
|
### This is the path to your game folder on your cloud drive.
|
|
|
|
SYNCPATH="GAMES"
|
|
|
|
|
|
|
|
### This is the path we are backup up from.
|
|
|
|
BACKUPPATH="/storage/roms"
|
2022-07-05 15:59:12 +00:00
|
|
|
|
|
|
|
### This allows changes to the rsync options for cloud_backup
|
|
|
|
RSYNCOPTSBACKUP="-raiv --prune-empty-dirs"
|
|
|
|
|
|
|
|
### This allows changes to the rsync options for cloud_restore
|
|
|
|
RSYNCOPTSRESTORE="-raiv"
|