Update README.md
This commit is contained in:
parent
71c997b353
commit
8be4f34096
10
README.md
10
README.md
|
|
@ -40,8 +40,14 @@ Each file includes:
|
|||
## 🔐 Credentials
|
||||
All credentials are stored in Bitwarden under the `homelab` folder.
|
||||
|
||||
## 🛡️ Backup Strategy
|
||||
ZFS snapshots used for persistent volumes. Daily snapshot rotation is planned for critical services like Nextcloud and Plex.
|
||||
## 🛡️ Backup Strategy [📄](./ homelab_backup_strategy.md)
|
||||
Daily Proxmox backups are stored on PBS with deduplication and retention policies.
|
||||
Encrypted offsite backups are synced nightly to Backblaze B2 via rclone.
|
||||
Nextcloud and Immich PostgreSQL databases are dumped daily, compressed, and included in the offsite sync.
|
||||
|
||||
## 🛡️ Restore run book
|
||||
PBS Restore [📄](./pbs_restore.md)
|
||||
DB Restore [📄](./ db_restore.md)
|
||||
|
||||
## 📊 Monitoring
|
||||
Monitoring stack planned using Uptime Kuma and Prometheus/Grafana.
|
||||
|
|
|
|||
Loading…
Reference in New Issue