jcwillox / hassio-rclone-backup

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

change Volume Path from /addons/local to /addons #86

Open yannpub opened 1 month ago

yannpub commented 1 month ago

The problem

Some other addons have their data stored into /usr/share/hassio/addons/data

This docker only links on /usr/share/hassio/addons/local , thus preventing to backup some specific addons data that could be located in /addons/data/xxxyyy_addon folders

Host/volume Path in container /dev          /dev /usr/share/hassio/addons/data/19a172aa_rclone_backup   /data /usr/share/hassio/backup        /backup /usr/share/hassio/share         /share /usr/share/hassio/media        /media /usr/share/hassio/homeassistant      /homeassistant /usr/share/hassio/addon_configs      /addon_configs /usr/share/hassio/ssl       /ssl /usr/share/hassio/addons/local      /addons --> Should be /usr/share/hassio/addons

What version of Rclone Backup has the issue?

3.3.2

What version of Home Assistant are you running?

Home Assistant 2024.10.2

What type of installation are you running?

Home Assistant Supervised

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

Supervisor 2024.10.2

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response