chore(dr): update disaster recovery export to 2025-12-07

- Add latest infrastructure snapshot (homelab-export-20251207-120040)
- Include VM 101 (monitoring-docker) in inventory
- Include CT 112 (twingate-connector) in inventory
- Archive previous export as homelab-export-20251207-120040.tar.gz
- Update storage utilization statistics
- Remove outdated export from 2025-12-02
- Update .gitignore to allow DR exports and archives

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-07 12:42:07 -07:00
parent d4d8e69262
commit 52faebb63a
66 changed files with 298 additions and 396 deletions

3
.gitignore vendored
View File

@@ -35,6 +35,7 @@ auth.json # Authentication files
# Backup and Export Files
# ----------------------
*.tar.gz # Compressed archives
!archive-homelab/*.tar.gz # EXCEPT archives in archive-homelab directory
*.tgz # Compressed archives
*.zip # Zip archives
*.bak # Backup files
@@ -42,7 +43,9 @@ auth.json # Authentication files
backups/ # Backup directory
exports/ # Export directory (if not needed in git)
homelab-export-*/ # Your homelab export directories
!disaster-recovery/homelab-export-*/ # EXCEPT exports in disaster-recovery directory
*.log # Log files (unless you specifically want to track them)
!disaster-recovery/**/*.log # EXCEPT log files in disaster-recovery exports
# Temporary Files
# --------------