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_rclone
totrue
and 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/Mediabox
for your Mediabox andgoogle:/Backups/Feederbox
for 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_rsync
totrue
and define anrsync_dest
(default:rsync://somehost.com/Backups
; you can use the Rsync protocol or a folder path). -
Note: If both
use_rclone
anduse_rsync
are 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_state
topresent
-
pushover_app_token
andpushover_user_key
if you wish to receive Pushover notifications during backup tasks.
Note: See the Settings wiki page for further details on all the settings listed above.
-