I want to copy HA backups to a remote cloud account. There’s a well regarded addon that copies only to google drive - but I want to copy to another cloud account, so Rclone Backup seemed to suit.
I’ve tried installing rclone, but whilst it appears to install, it crashes on startup. Here’s a log:
[10:46:32] INFO: rclone v1.61.1
- os/version: alpine 3.16.0 (64 bit)
- os/kernel: 6.1.21-v8 (aarch64)
- os/type: linux
- os/arch: arm64
- go/version: go1.19.4
- go/linking: static
- go/tags: none
[10:46:32] INFO: Starting Scheduler...
[2023-07-29] [10:46:32] [WARN]: rclone config not found at "/config/rclone.conf"
[2023-07-29] [10:46:32] [INFO]: checking job configs...
[2023-07-29] [10:46:32] [FATAL]: remote 'google:' does not exist; configured remotes are [[]]
[09:46:32] WARNING: Halt add-on with exit code 1
s6-rc: info: service legacy-services: stopping
s6-svwait: fatal: supervisor died
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
[09:46:33] WARNING: Rclone Web GUI crashed, halting add-on (code: 143)
When I ssh into the Raspberry Pi I find that neither the rclone binary nor rclone.conf are installed.
I’d welcome ideas as to what the problem might be.