This website requires JavaScript.
Explore
Help
Sign In
phil
/
Home-Assistant-Backup-Script
Watch
1
Star
0
Fork
0
You've already forked Home-Assistant-Backup-Script
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
8
Commits
1
Branch
3
Tags
62
KiB
b1d764f9b0
Commit Graph
4 Commits
Author
SHA1
Message
Date
Phil
b1d764f9b0
Updated script names to home_assistant_backup.sh
2025-01-05 18:19:24 +00:00
Phil
400955fdb5
In the updated version of the script (V2), 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!
😄
Additionally, both V1 and V2 of the scripts now include much more detailed and comprehensive README.md files, offering users a clearer understanding of the setup, configuration, and usage. The documentation includes step-by-step instructions, explanations of configurable options, and tips for maintaining a reliable backup routine for your Home Assistant server.
2025-01-05 18:16:51 +00:00
Phil
e6b7068fe5
Added 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.
2024-11-27 21:16:36 +00:00
Phil
8af78dc249
Added V2 of the script
2024-11-27 20:36:02 +00:00