thomasmauerer / hassio-addons

My collection of addons for Home Assistant
MIT License
468 stars 54 forks source link

Feature Request: Do not check for host on Start-Up #171

Closed mike4001 closed 7 months ago

mike4001 commented 7 months ago

Hi,

I am doing my backup to my Synology NAS at 18:00 each day.

But my NAS is not always on but boots up at about 16:45 when I come home.

The problem is now if I reboot Home Assistant for instance at 09:00 the Addon tries to start but fails because it does not see the Host and stopps.

thomasmauerer commented 7 months ago

That's already supported with the skip_precheck option --> https://github.com/thomasmauerer/hassio-addons/blob/master/samba-backup/DOCS.md#option-skip_precheck

mike4001 commented 7 months ago

Thank you very much