These scripts automate the backup process for Home Assistant servers, enabling you to create, transfer, and manage backups. The backups are securely transferred from the Home Assistant server to your local machine, with options for cleaning up old backups based on configurable retention periods.
Go to file
2024-02-01 23:26:53 +00:00
ha-backup.sh Updated script to fix a typo in auto cleanup where .tar was duplicated and changed the destination file name so the date is before the slug name to help with data organization. 2024-02-01 23:26:53 +00:00
LICENSE Initial commit 2024-02-01 23:13:23 +00:00
README.md Initial commit 2024-02-01 23:13:23 +00:00

Home-Assistant-Backup-Script

A script that when ran, creates a backup of Home Assistant using the "ha backup new" command over SSH, then pulls the .tar file from the HA system on to the system that the script is running on