User Tools

Site Tools


bsd:notes:rsync_nas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:rsync_nas [2025/10/26 02:31] – [Mount ext4] Sean Rhonebsd:notes:rsync_nas [2025/11/06 19:47] (current) – [Wipe Drive] Sean Rhone
Line 72: Line 72:
 ===== Reference ===== ===== Reference =====
  
-<code>ugen0.4: <USB3.1 Hub VIA Labs, Inc.> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)+<code> 
 +ugen0.4: <USB3.1 Hub VIA Labs, Inc.> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
 ugen0.5: <USB2.0 Hub VIA Labs, Inc.> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.5: <USB2.0 Hub VIA Labs, Inc.> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
 ugen0.6: <USB 3.1 Device PM ASMedia Technology Inc.> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=ON (0mA)</code> ugen0.6: <USB 3.1 Device PM ASMedia Technology Inc.> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=ON (0mA)</code>
 +
 +===== Alira =====
 +
 +  usbconfig -d '/dev/ugen1.4' 'power_off'
 +
 +  usbconfig -d '/dev/ugen1.2' 'power_off'
 +
 +  usbconfig -d '/dev/ugen1.3' 'power_off'
 +
 +<code>
 +ugen1.2: <USB3.1 Hub VIA Labs, Inc.> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
 +ugen1.3: <USB2.0 Hub VIA Labs, Inc.> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
 +ugen1.4: <USB 3.1 Device PM ASMedia Technology Inc.> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=ON (0mA)</code>
  
 ====== Wipe Drive ====== ====== Wipe Drive ======
Line 81: Line 95:
  
   geom disk list   geom disk list
 +
 +  gpart destroy -F 'da0'
  
   dd if='/dev/zero' of='/dev/da0' count='8096'   dd if='/dev/zero' of='/dev/da0' count='8096'
Line 124: Line 140:
  
   usbconfig | grep 'SUPER (5.0Gbps)'   usbconfig | grep 'SUPER (5.0Gbps)'
- 
-  usbconfig | grep '<USB 3.1 Device PM ASMedia Technology Inc.> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps)' 
  
   diskinfo -t 'da0'   diskinfo -t 'da0'
Line 182: Line 196:
  
 <code>rsync --recursive --update --ignore-existing --verbose --debug='ALL' '/mnt/NAS2/Videos/' '/NAS/Videos'</code> <code>rsync --recursive --update --ignore-existing --verbose --debug='ALL' '/mnt/NAS2/Videos/' '/NAS/Videos'</code>
 +
 +===== Etc =====
 +
 +  * :!: Covers games pictures and anything else caught in above excludes
 +
 +<code>rsync --recursive --update --ignore-existing --verbose --debug='ALL' '/mnt/NAS2/' '/NAS'</code>
  
 ====== 2TB USB Restore ====== ====== 2TB USB Restore ======
/srv/www/wiki/data/attic/bsd/notes/rsync_nas.1761460264.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki