Backup NAS¶
Last Updated: Status: ✅ Active Purpose: Backup storage and local documentation mirror.
Hardware specs: inventory.md → Backup NAS
Access¶
| Method | URL |
|---|---|
| Web UI | |
| SSH | ssh root@<!-- IP --> |
Array Configuration¶
- Parity drives:
- Data drives:
Shares¶
| Share | Purpose | Synced from |
|---|---|---|
Special Role: Local Documentation Mirror¶
This NAS serves the local copy of the homelab documentation.
- Local docs URL:
- Sync method: Cron job pulls from GitHub every 30 minutes
- Nginx container:
If this NAS is unavailable, use the cloud docs URL instead:
Cron Job Details¶
# Runs every 30 minutes — pulls latest docs from GitHub and rebuilds
*/30 * * * * cd /mnt/user/docs/homelab-docs && git pull && mkdocs build
Recovery¶
See Backup NAS Recovery for restore procedures.