-
2.0.1 Stable
released this
2024-11-27 21:40:57 +00:00 | 5 commits to main since this releaseVersion 2 - Bigger and Better
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.
Version 2 now has the following additions:
Ability to send notifications to Discord webhook.
Ability to disable NTFY and Discord notifications if not needed.
BACKUP_FILE_LOCATION variable to change the location when the backup files are located on the Home Assistant server.
Notifys how big the backup file is and how long the backup tookDownloads
-
released this | 1 commits to main since this release
In the updated version of the script (V2.1.1), we've added a critical feature that checks the available storage on the Home Assistant server. If the available storage falls below 2GB, the script will automatically remove a defined number of days' worth of old backups, ensuring that the system doesn't run out of space. This storage threshold is configurable, and you can adjust the number of days' worth of backups to be retained according to your needs. This feature is designed to help manage storage effectively—because, as we all know, storage isn't infinite! :D
Downloads