ab9a4dac72
* Bump the Linux kernel to 6.1.6.
14 lines
431 B
Text
14 lines
431 B
Text
### 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"
|
|
|
|
### 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"
|