On Tuesday 08 February 2005 23:10, Etaoin Shrdlu wrote:

> Something like the following (very basic, you probably need to adjust and
> extend it with a little more scripting):

This one is better:

on the server, as root (in the destination dir):

# nc -l -p 30000 -q 0 | tar xzvf -

on the client:

$ tar czvf - $FILELIST | nc 10.0.0.1 30000 -q 0


--
[email protected] mailing list

Reply via email to