Hi,
I followed the guide to make a Dropbox backup.
I installed python3 and the script works fine manually.
Now I would like to create a cron job, but if I edit crontab in Hass.io crontab -e
vi string: 0 3 * * * python3 /config/script/dropox.py
after reboot the task is deleted (reset)
I’ve found your thread before, thanks for sharing.
I don’t know if the crontab gets a reset on a HA-Raspberry Pi or if it’s just me. WWhy isn’t crond started generally anyways.
I’ll try yours but I’d hoped for a simpler solution.