hassio-rclone-backup icon indicating copy to clipboard operation
hassio-rclone-backup copied to clipboard

Installed Add-On : not able to start, no rclone.conf file

Open docles2000 opened this issue 1 year ago • 4 comments

The problem

Hi I did install the add-on. (in fact 3 times already) I can't start the add-on. I search for the config file. Didn't find it.

What version of Rclone Backup has the issue?

3.1.0

What version of Home Assistant are you running?

HA 2024.3

What type of installation are you running?

Home Assistant OS

If you're running HA OS/Supervised, what version of the Supervisor are you running?

2024.3.0

Example YAML snippet

No response

Anything in the logs that might be useful for us?

s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting cont-init: info: running /etc/cont-init.d/00-banner.sh


Add-on: Rclone Backup Automatically sync backup to remote locations using rclone

Add-on version: 3.1.0 You are running the latest version of this add-on. System: Home Assistant OS 12.1 (aarch64 / qemuarm-64) Home Assistant Core: 2024.3.0 Home Assistant Supervisor: 2024.03.0

Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.

cont-init: info: /etc/cont-init.d/00-banner.sh exited 0 cont-init: info: running /etc/cont-init.d/01-log-level.sh cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0 cont-init: info: running /etc/cont-init.d/init.sh cont-init: info: /etc/cont-init.d/init.sh exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun rclone (no readiness notification) services-up: info: copying legacy longrun scheduler (no readiness notification) s6-rc: info: service legacy-services successfully started [01:14:32] INFO: Starting Rclone Web GUI... [01:14:32] INFO: Installed rclone version: 2024/03/14 01:14:32 NOTICE: Serving files from "/usr/share/rclone-webui-react" 2024/03/14 01:14:32 NOTICE: Serving remote control on http://[::]:8099/ 2024/03/14 01:14:32 NOTICE: Web GUI is not automatically opening browser. Navigate to http://[::]:8099/ to use. [01:14:33] INFO: rclone v1.65.0

  • os/version: alpine 3.16.0 (64 bit)
  • os/kernel: 6.6.20-haos (aarch64)
  • os/type: linux
  • os/arch: arm64 (ARMv8 compatible)
  • go/version: go1.21.4
  • go/linking: static
  • go/tags: none [01:14:33] INFO: Starting Scheduler... [2024-03-14] [01:14:33] [WARN]: rclone config not found at "/config/rclone.conf" [2024-03-14] [01:14:33] [INFO]: checking job configs... [2024-03-14] [01:14:33] [FATAL]: remote 'google:' does not exist; configured remotes are [[]] [00:14:33] WARNING: Halt add-on with exit code 1 s6-rc: info: service legacy-services: stopping [00:14:33] WARNING: Rclone Web GUI crashed, halting add-on (code: 143) s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped

Additional information

No response

docles2000 avatar Mar 13 '24 22:03 docles2000

Same issue.

It's because the config (go to the addon's Configuration tab) includes a google drive setup by default, even though it doesn't exist.

[2024-03-14] [01:14:33] [FATAL]: remote 'google:' does not exist; configured remotes are [[]]

This causes the addon to stop, even though you need it running to get the UI... to configure the backups in the first place...

I guess we're forced to specify one config manually in YAML before we can use the Addon?

Erudition avatar Mar 19 '24 01:03 Erudition

https://github.com/jcwillox/hassio-rclone-backup/issues/28#issuecomment-1407300750

Workaround

Erudition avatar Mar 19 '24 01:03 Erudition

thanks it worked succeded to launch rclone and create the config with the UI

docles2000 avatar Mar 19 '24 22:03 docles2000

Thanks, works for me too :)

Headkillah avatar Apr 12 '24 05:04 Headkillah