[plug] dump: master/slave protocol ??

Kent Ian Ian.Kent at fujitsu.com.au
Wed Aug 26 08:35:31 WST 1998


>For copying from one machine to another I've seen something like this
>suggested (but I've not tried it, and my memory isn't perfect)
>rsh remote.site tar -zcf- | tar -xzf-

Or maybe

rsh remote.site tar -zcf - | (cd <target dir> -xzf -)

note: the space after the f

Ian Kent



More information about the plug mailing list