Files
homelab/disaster-recovery/homelab-export-20251202-204939/collection.log
Jordan Ramos 4f69420aaa refactor(repo): reorganize repository structure for improved navigation and maintainability
Implement comprehensive directory reorganization to improve discoverability,
logical grouping, and separation of concerns across documentation, scripts,
and infrastructure snapshots.

Major Changes:

1. Documentation Reorganization:
   - Created start-here-docs/ for onboarding documentation
     * Moved QUICK-START.md, START-HERE.md, GIT-SETUP-GUIDE.md
     * Moved GIT-QUICK-REFERENCE.md, SCRIPT-USAGE.md, SETUP-COMPLETE.md
   - Created troubleshooting/ directory
     * Moved BUGFIX-SUMMARY.md for centralized issue resolution
   - Created mcp/ directory for Model Context Protocol configurations
     * Moved OBSIDIAN-MCP-SETUP.md to mcp/obsidian/

2. Scripts Reorganization:
   - Created scripts/crawlers-exporters/ for infrastructure collection
     * Moved collect*.sh scripts and collection documentation
     * Consolidates Proxmox homelab export tooling
   - Created scripts/fixers/ for operational repair scripts
     * Moved fix_n8n_db_*.sh scripts
     * Isolated scripts with embedded credentials (templates tracked)
   - Created scripts/qol/ for quality-of-life utilities
     * Moved git-aliases.sh and git-first-commit.sh

3. Infrastructure Snapshots:
   - Created disaster-recovery/ for active infrastructure state
     * Moved latest homelab-export-20251202-204939/ snapshot
     * Contains current VM/CT configurations and system state
   - Created archive-homelab/ for historical snapshots
     * Moved homelab-export-*.tar.gz archives
     * Preserves point-in-time backups for reference

4. Agent Definitions:
   - Created sub-agents/ directory
     * Added backend-builder.md (development agent)
     * Added lab-operator.md (infrastructure operations agent)
     * Added librarian.md (git/version control agent)
     * Added scribe.md (documentation agent)

5. Updated INDEX.md:
   - Reflects new directory structure throughout
   - Updated all file path references
   - Enhanced navigation with new sections
   - Added agent roles documentation
   - Updated quick reference commands

6. Security Improvements:
   - Updated .gitignore to match reorganized file locations
   - Corrected path for scripts/fixers/fix_n8n_db_c_locale.sh exclusion
   - Maintained template-based credential management pattern

Infrastructure State Update:
   - Latest snapshot: 2025-12-02 20:49:54
   - Removed: VM 101 (gitlab), CT 112 (Anytype)
   - Added: CT 113 (n8n)
   - Total: 9 VMs, 3 Containers

Impact:
   - Improved repository navigation and discoverability
   - Logical separation of documentation, scripts, and snapshots
   - Clearer onboarding path for new users
   - Enhanced maintainability through organized structure
   - Foundation for multi-agent workflow support

Files changed: 90 files (+935/-349)
   - 3 modified, 14 new files, 73 renames/moves

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 21:39:33 -07:00

89 lines
5.7 KiB
Plaintext

[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/docs
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/configs/proxmox
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/configs/vms
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/configs/lxc
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/configs/storage
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/configs/network
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/configs/backup
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/exports/system
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/exports/cluster
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/exports/guests
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/scripts
[2025-12-02 20:49:39] [DEBUG] Created directory: ./homelab-export-20251202-204939/diagrams
[2025-12-02 20:49:39] [SUCCESS] Directory structure created at: ./homelab-export-20251202-204939
[2025-12-02 20:49:40] [SUCCESS] Collected Proxmox VE version
[2025-12-02 20:49:40] [SUCCESS] Collected Hostname
[2025-12-02 20:49:40] [SUCCESS] Collected Kernel information
[2025-12-02 20:49:40] [SUCCESS] Collected System uptime
[2025-12-02 20:49:40] [SUCCESS] Collected System date/time
[2025-12-02 20:49:40] [SUCCESS] Collected CPU information
[2025-12-02 20:49:40] [SUCCESS] Collected Detailed CPU info
[2025-12-02 20:49:40] [SUCCESS] Collected Memory information
[2025-12-02 20:49:40] [SUCCESS] Collected Detailed memory info
[2025-12-02 20:49:40] [SUCCESS] Collected Filesystem usage
[2025-12-02 20:49:40] [SUCCESS] Collected Block devices
[2025-12-02 20:49:40] [DEBUG] Command 'pvdisplay' is available
[2025-12-02 20:49:40] [SUCCESS] Collected LVM physical volumes
[2025-12-02 20:49:40] [SUCCESS] Collected LVM volume groups
[2025-12-02 20:49:40] [SUCCESS] Collected LVM logical volumes
[2025-12-02 20:49:40] [SUCCESS] Collected IP addresses
[2025-12-02 20:49:40] [SUCCESS] Collected Routing table
[2025-12-02 20:49:40] [SUCCESS] Collected Listening sockets
[2025-12-02 20:49:40] [DEBUG] Command 'dpkg' is available
[2025-12-02 20:49:40] [SUCCESS] Collected Installed packages
[2025-12-02 20:49:40] [SUCCESS] Collected Datacenter config
[2025-12-02 20:49:40] [SUCCESS] Collected Storage config
[2025-12-02 20:49:40] [SUCCESS] Collected User config
[2025-12-02 20:49:40] [DEBUG] Source does not exist: /etc/pve/domains.cfg (Authentication domains)
[2025-12-02 20:49:40] [SUCCESS] Collected Auth public key
[2025-12-02 20:49:40] [WARN] Failed to copy directory HA configuration from /etc/pve/ha
[2025-12-02 20:49:40] [SUCCESS] Collected VM 100 (docker-hub) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 104 (ubuntu-dev) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 105 (dev) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 106 (Ansible-Control) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 107 (ubuntu-docker) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 108 (CML) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 109 (web-server-01) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 110 (web-server-02) config
[2025-12-02 20:49:40] [SUCCESS] Collected VM 111 (db-server-01) config
[2025-12-02 20:49:40] [SUCCESS] Collected Container 102 (nginx) config
[2025-12-02 20:49:40] [SUCCESS] Collected Container 103 (netbox) config
[2025-12-02 20:49:40] [SUCCESS] Collected Container 113 (n8n
n8n
n8n) config
[2025-12-02 20:49:40] [SUCCESS] Collected Network interfaces config
[2025-12-02 20:49:40] [WARN] Failed to copy directory Additional interface configs from /etc/network/interfaces.d
[2025-12-02 20:49:40] [WARN] Failed to copy directory SDN configuration from /etc/pve/sdn
[2025-12-02 20:49:40] [SUCCESS] Collected Hosts file
[2025-12-02 20:49:40] [SUCCESS] Collected DNS resolver config
[2025-12-02 20:49:40] [DEBUG] Command 'pvesm' is available
[2025-12-02 20:49:42] [SUCCESS] Collected Storage status
[2025-12-02 20:49:42] [DEBUG] Command 'zpool' is available
[2025-12-02 20:49:42] [SUCCESS] Collected ZFS pool status
[2025-12-02 20:49:42] [SUCCESS] Collected ZFS pool list
[2025-12-02 20:49:42] [DEBUG] Command 'zfs' is available
[2025-12-02 20:49:42] [SUCCESS] Collected ZFS datasets
[2025-12-02 20:49:42] [SUCCESS] Collected Samba config
[2025-12-02 20:49:42] [SUCCESS] Collected iSCSI initiator config
[2025-12-02 20:49:42] [SUCCESS] Collected Vzdump config
[2025-12-02 20:49:42] [DEBUG] Command 'pvecm' is available
[2025-12-02 20:49:42] [WARN] Failed to execute: pvecm status (Cluster status)
[2025-12-02 20:49:43] [WARN] Failed to execute: pvecm nodes (Cluster nodes)
[2025-12-02 20:49:43] [DEBUG] Command 'pvesh' is available
[2025-12-02 20:49:44] [SUCCESS] Collected Cluster resources
[2025-12-02 20:49:45] [SUCCESS] Collected Recent tasks
[2025-12-02 20:49:45] [DEBUG] Command 'qm' is available
[2025-12-02 20:49:46] [SUCCESS] Collected VM list
[2025-12-02 20:49:46] [DEBUG] Command 'pct' is available
[2025-12-02 20:49:47] [SUCCESS] Collected Container list
[2025-12-02 20:49:47] [DEBUG] Command 'pvesh' is available
[2025-12-02 20:49:49] [SUCCESS] Collected All guests (JSON)
[2025-12-02 20:49:49] [SUCCESS] Collected Systemd services
[2025-12-02 20:49:54] [SUCCESS] Generated README.md
[2025-12-02 20:49:58] [SUCCESS] Generated SUMMARY.md
[2025-12-02 20:49:58] [SUCCESS] Total items collected: 50
[2025-12-02 20:49:58] [INFO] Total items skipped: 1
[2025-12-02 20:49:58] [WARN] Total errors: 5
[2025-12-02 20:49:58] [WARN] Review ./homelab-export-20251202-204939/collection.log for details