IP: 192.168.67.20
Hardware: Asustor FlashNAS
Status: Active — primary storage destination
Role: Primary destination for 44TB Peninsula Filmworks archive migration
PulseFlashNAS is the primary NAS unit for the Filmworks/Pulse network. It is receiving the full PFW video archive migrated from Theia2 (192.168.67.9).
Incoming PFW backup sets land at:
/volume1/Public/Filmworks Backups/PFW Backup XXX/
Transfer logs per set:
/volume1/Public/rsync_XXX_output.log
# Via jump host
ssh -J claudessh@192.168.11.89 claudessh@192.168.67.20
# Direct from pulsedocker (.67.25)
ssh claudessh@192.168.67.20
Asustor web UI: http://192.168.67.20
# Check a completed backup set
ssh claudessh@192.168.67.20 'ls -lah "/volume1/Public/Filmworks Backups/PFW Backup 017/"'
# Check rsync log for a set
ssh claudessh@192.168.67.20 'tail -50 /volume1/Public/rsync_017_output.log'