Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

sarabveer/rsync-snapshot-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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 Synology NAS.

Installation

  1. Add the addon repository to your HomeAssistant instance: https://github.com/Sarabveer/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.

Releases

No releases published

Packages

No packages published