Cloudbox Backup and Restore Settings - dibrz/ARMBand GitHub Wiki
More details on Backup / Restore related settings.yml.
-
Set the following in your file:
-
tar_dest(default:/home/{{user}}/Backups) -
Decide on Rclone or Rsync as your backup method.
-
If you prefer to use Rclone, set
use_rclonetotrueand define anrclone_dest(default:google:/Backups).- Note: If you have a Mediabox/Feederbox setup, you may want to separate your backups into different folders (e.g.
google:/Backups/Mediaboxfor your Mediabox andgoogle:/Backups/Feederboxfor your Feederbox)
- Note: If you have a Mediabox/Feederbox setup, you may want to separate your backups into different folders (e.g.
-
If you prefer to use Rsync, set
use_rsynctotrueand define anrsync_dest(default:rsync://somehost.com/Backups; you can use the Rsync protocol or a folder path). -
Note: If both
use_rcloneanduse_rsyncare set totrue, backups will be made to both locations, but only Rclone will be used to retrieve the backup file during restore (i.e. Rclone will take priority over Rsync during restores).
-
-
cron_time(schedule to of your preference) -
cron_statetopresent -
pushover_app_tokenandpushover_user_keyif you wish to receive Pushover notifications during backup tasks.
Note: See the Settings wiki page for further details on all the settings listed above.
-