In this video tutorial, I will show you how to automatically upload your Home Assistant backup configuration backup files to Dropbox, so you always have the latest backup of Home Assistant available in case of emergency.
You can create automations that will upload the latest backup every week for example, or a script that you can run manually every time you create a new Home Assistant configuration backup.
Resources:
Daniel Welch's add-on repository: https://github.com/danielwelch/hassio...
Get your Dropbox access token: https://www.dropbox.com/developers/ap...
Create the upload script in Home Assistant:
Action type:
Call Service;
Service: hassio.addon_stdin;
Service data:
addon: 7be23ff5_dropbox_sync
input:
command: upload
If you have any questions or any doubts, please leave them below in the comments section and I'll try my best to help.