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:
97
disaster-recovery/homelab-export-20251207-120040/README.md
Normal file
97
disaster-recovery/homelab-export-20251207-120040/README.md
Normal file
@@ -0,0 +1,97 @@
|
||||
# Homelab Infrastructure Export
|
||||
|
||||
This directory contains a complete snapshot of your Proxmox-based homelab infrastructure, collected automatically via the homelab collection script.
|
||||
|
||||
## Collection Information
|
||||
|
||||
- **Collection Date**: 2025-12-07 12:00:51
|
||||
- **Proxmox Node**: serviceslab
|
||||
- **Collection Level**: standard
|
||||
- **Sanitization Applied**: IPs=false, Passwords=true, Tokens=true
|
||||
|
||||
## Directory Structure
|
||||
|
||||
|
||||
|
||||
## Configuration Files
|
||||
|
||||
### Proxmox Core Configurations
|
||||
- - Datacenter-wide settings
|
||||
- - Storage pool definitions
|
||||
- - User and permission configurations
|
||||
- - Cluster-level firewall rules
|
||||
|
||||
### Virtual Machines
|
||||
Each VM configuration is named:
|
||||
Firewall rules (if present):
|
||||
|
||||
### LXC Containers
|
||||
Each container configuration is named:
|
||||
Firewall rules (if present):
|
||||
|
||||
## System Exports
|
||||
|
||||
### System Information
|
||||
- Proxmox version, hostname, kernel info
|
||||
- CPU, memory, and disk information
|
||||
- Network configuration and routing
|
||||
- Installed packages
|
||||
|
||||
### Cluster Information
|
||||
- Cluster status and membership
|
||||
- Resource allocation
|
||||
- Recent tasks
|
||||
|
||||
### Guest Information
|
||||
- List of all VMs and containers
|
||||
- Resource usage and status
|
||||
- JSON exports for programmatic access
|
||||
|
||||
## Security Notes
|
||||
|
||||
This export may contain sensitive information depending on sanitization settings:
|
||||
|
||||
- **Passwords**: true
|
||||
- **API Tokens**: true
|
||||
- **IP Addresses**: false
|
||||
|
||||
**Recommendation**: Store this export securely. Do not commit to public repositories without careful review.
|
||||
|
||||
## Using This Export
|
||||
|
||||
### As Documentation
|
||||
These files serve as a snapshot of your infrastructure at a point in time. Use them for:
|
||||
- Documentation and disaster recovery
|
||||
- Change tracking (diff with previous exports)
|
||||
- Migration planning
|
||||
|
||||
### Infrastructure as Code
|
||||
Use the collected configurations to:
|
||||
- Create Terraform/OpenTofu templates
|
||||
- Build Ansible playbooks
|
||||
- Document network architecture
|
||||
|
||||
### Restoration Reference
|
||||
In a disaster recovery scenario:
|
||||
1. Reinstall Proxmox VE
|
||||
2. Reference storage configuration from
|
||||
3. Reference network setup from
|
||||
4. Recreate VMs/containers using configs in and
|
||||
5. Restore VM disk images from backups
|
||||
|
||||
## Next Steps
|
||||
|
||||
1. **Review the SUMMARY.md** for collection statistics
|
||||
2. **Check collection.log** for any warnings or errors
|
||||
3. **Manually add documentation** to the folder
|
||||
4. **Create network diagrams** and place in
|
||||
5. **Version control** this export in a private Git repository
|
||||
6. **Set up regular collections** to track infrastructure changes
|
||||
|
||||
## Collection Script
|
||||
|
||||
This export was created by the Homelab Infrastructure Collection Script.
|
||||
For questions or issues, consult the script documentation.
|
||||
|
||||
---
|
||||
*Generated by homelab-export-script v1.0.0*
|
||||
Reference in New Issue
Block a user