jcwillox / hassio-rclone-backup

Home Assistant addon to automatically sync backups to remote locations using Rclone
MIT License
99 stars 18 forks source link

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

Open docles2000 opened 3 months ago

docles2000 commented 3 months ago

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

No response

Erudition commented 3 months ago

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 commented 3 months ago

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

Workaround

docles2000 commented 3 months ago

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

Headkillah commented 2 months ago

Thanks, works for me too :)