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 to true and define an rclone_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 and google:/Backups/Feederbox for your Feederbox)
      • If you prefer to use Rsync, set use_rsync to true and define an rsync_dest (default: rsync://somehost.com/Backups; you can use the Rsync protocol or a folder path).

      • Note: If both use_rclone and use_rsyncare set to true, 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 to present

    • pushover_app_token and pushover_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.