diff --git a/backups/README.md b/backups/README.md new file mode 100644 index 0000000..4f10682 --- /dev/null +++ b/backups/README.md @@ -0,0 +1,51 @@ +# UCG Ultra Backups + +Store UCG Ultra configuration backups here. + +## How to Restore + +1. Factory reset UCG Ultra (or start fresh) +2. Go through initial setup wizard +3. Settings → System → Backup → Restore from Backup +4. Upload the .unf file +5. Wait for restore to complete (~5 minutes) +6. Device will reboot with full config restored + +## Backup Schedule + +- **After any major config change** +- **Weekly automated backup** (set reminder) +- **Before firmware updates** + +## Current Backups + +| Date | Filename | Size | Notes | +|------|----------|------|-------| +| 2026-02-11 | network_backup_10.02.2026_20-36_v10.0.162.unf | (see below) | ✅ Post-incident restoration - All DHCP reservations + WireGuard VPN + Firewall rules | + +## What's Included in This Backup + +✅ **Network Configuration:** +- All DHCP reservations (Proxmox hosts, services, devices) +- Network settings (10.0.10.0/24) + +✅ **VPN Configuration:** +- WireGuard VPN client to VPS (10.0.9.0/24) +- Private keys preserved + +✅ **Firewall Rules:** +- VPN → LAN traffic allowed (10.0.9.0/24 → 10.0.10.0/24) +- Zone-based firewall policies + +✅ **WiFi Settings:** +- SSID configurations +- Security settings + +✅ **Device Configs:** +- All known clients +- Network topology + +## Recovery Tested + +This backup was created immediately after a successful recovery from a UCG Ultra factory reset on 2026-02-11. All services verified working after restoration. + diff --git a/backups/ucg-ultra/network_backup_10.02.2026_20-36_v10.0.162.unf b/backups/ucg-ultra/network_backup_10.02.2026_20-36_v10.0.162.unf new file mode 100644 index 0000000..53f4373 Binary files /dev/null and b/backups/ucg-ultra/network_backup_10.02.2026_20-36_v10.0.162.unf differ