Added systemd services for backups

This commit is contained in:
2025-06-13 12:16:29 +02:00
parent 004f1092f6
commit 2ab58a1a4e
17 changed files with 176 additions and 30 deletions

View File

@@ -0,0 +1,15 @@
# homeassistant-backup
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.