added meta date for backups

This commit is contained in:
Philipp
2026-05-21 10:55:59 +02:00
parent b4199ea636
commit 9714dfa864
2 changed files with 55 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
Dark-mode control plane for Incus VM backups using ZFS block devices, Restic, and S3-compatible storage.
Backups include the instance disk or dataset plus Incus metadata captured with `incus config show`, `incus config show --expanded`, `incus info`, and snapshot listing. VM disks are stored as `.raw`; containers are stored as ZFS send streams (`.zfs`).
## Layout
- `management/`: Central Express API with cookie login, SQLite storage, node registry, central schedules, and proxy calls to node agents.