IP: 192.168.67.9
IPMI/BMC: 192.168.67.221 (MAC: 00:25:90:01:9e:14)
OS: Unraid
Status: Legacy — being retired after archive migration completes
Role: Source server for 44TB Peninsula Filmworks video archive migration
Theia2 is the legacy NAS hosting the Peninsula Filmworks video archive. The full archive (~44TB) is being migrated to PulseFlashNAS (192.168.67.20). Once migration is verified complete, hardware disposition is pending Dave Eliot's decision.
The video archive lives at:
/mnt/user/Video/theia/Video/ARCHIVE/
Individual backup sets are named PFW Backup 000 through PFW Backup 017 (and beyond). Each set is 3-10TB.
| Set | Size | Status |
|---|---|---|
| PFW Backup 017 | 3.4TB | Complete |
| PFW Backup 015 | 9.4TB | Complete (was 94% on Apr 6) |
| PFW Backup 008 | 10.7TB | Complete (was 92% on Apr 6) |
| PFW Backup 013 | 10.1TB | Complete (was 49% on Apr 6, ETA Apr 7) |
See: PFW Archive Migration - Project Status
Resume scripts live on Theia2 at /root/resume_XXX.sh. Pattern:
rsync -avs --update --progress \
'/mnt/user/Video/theia/Video/ARCHIVE/PFW Backup 008/' \
claudessh@192.168.67.20:'/volume1/Public/Filmworks Backups/PFW Backup 008/' \
| tee >(ssh claudessh@192.168.67.20 'cat > /volume1/Public/rsync_008_output.log')
Critical: The -s (--protect-args) flag is required. Paths contain spaces ("PFW Backup XXX") which break rsync over nested SSH without it. See Lessons Learned.
# Via jump host
ssh -J claudessh@192.168.11.89 root@192.168.67.9
# Direct from pulsedocker (.67.25)
ssh root@192.168.67.9
IPMI web UI: http://192.168.67.221