From b246cec710852c2025aaa1a2ae40a3de6a7e077f Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 5 Jan 2025 18:34:28 +0000 Subject: [PATCH] Add Overview --- Overview.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Overview.md diff --git a/Overview.md b/Overview.md new file mode 100644 index 0000000..dd202ef --- /dev/null +++ b/Overview.md @@ -0,0 +1,5 @@ +The Home Assistant Backup Automation Scripts automate the process of creating, transferring, and managing backups of your Home Assistant server. These scripts enable seamless backup management by: + +- Creating backups on your Home Assistant server. +- Transferring backups to your local machine for safekeeping. +- Cleaning up old backups automatically on both the Home Assistant server and the local machine based on retention policies. \ No newline at end of file