Skip to content

Automatically create HomeAssistant snapshots and backup to remote server using rsync.

License

Notifications You must be signed in to change notification settings

Baptiste-Leterrier/rsync-snapshot-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsync Remote Backup for HomeAssistant

Automatically create HomeAssistant snapshots and backup to remote server using rsync.

Table of Contents

About

When the add-on is started the following happens:

  1. Snapshot are being created locally with a timestamp name, e.g. Automatic Backup 2018-03-04 04:00.
  2. The snapshot are copied to the specified remote location using rsync.
  3. The local backups are removed.

Note the filenames of the backup are given by their assigned slug.

This was tested using rsync on a HAOS on Raspberry Pi 3 (64bits).

Installation

  1. Add the addon repository to your HomeAssistant instance: https://github.com/Baptiste-Leterrier/rsync-snapshot-backup.
  2. Install the rsync Remote Backup addon.
  3. Configure the add-on with your rsync credentials and desired output directory (see configuration below).

Configuration

Go to the addon README for configuration options.

About

Automatically create HomeAssistant snapshots and backup to remote server using rsync.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.1%
  • Dockerfile 36.9%