Automatically create HomeAssistant snapshots and backup to remote server using rsync
.
When the add-on is started the following happens:
- Snapshot are being created locally with a timestamp name, e.g. Automatic Backup 2018-03-04 04:00.
- The snapshot are copied to the specified remote location using
rsync
. - The local backups are removed.
Note the filenames of the backup are given by their assigned slug.
This was tested using rsync
on a Synology NAS.
- Add the addon repository to your HomeAssistant instance:
https://github.com/Sarabveer/rsync-snapshot-backup
. - Install the rsync Remote Backup addon.
- Configure the add-on with your rsync credentials and desired output directory (see configuration below).
Go to the addon README for configuration options.