User Tools

Site Tools


gentoo:netcat_disk_copy

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
gentoo:netcat_disk_copy [2010/01/26 10:29] – created devagentoo:netcat_disk_copy [2010/01/26 10:35] deva
Line 23: Line 23:
 The server (the computer on which the disc to be copied resides) must run the following as root: The server (the computer on which the disc to be copied resides) must run the following as root:
 <code bash> <code bash>
-tar cvj . | nc -q 0 192.168.0.10 10000+tar --preserve cvj . | nc -q 0 192.168.0.10 10000
 </code> </code>
  
Line 36: Line 36:
 The server (the computer on which the disc to be copied resides) must run the following as root: The server (the computer on which the disc to be copied resides) must run the following as root:
 <code bash> <code bash>
-tar cv . | nc -q 0 192.168.0.10 10000+tar --preserve cv . | nc -q 0 192.168.0.10 10000
 </code> </code>
  
  
gentoo/netcat_disk_copy.txt · Last modified: 2013/10/28 08:19 by deva