[plug] dump master/slave protocol??
Kent Ian
Ian.Kent at fujitsu.com.au
Fri Aug 28 08:57:39 WST 1998
>On 26 Aug 1998, Kent Ian wrote:
>
>>
>
>>
>> rsh remote.site tar -zcf - | (cd <target dir> -xzf -)
>>
>> note: the space after the f
>
>That will NEVER work. Needs tar.
Why not just give the corrected command! My sugestion also needs a semicolon.
rsh remote.site tar -zcf - | (cd <target dir>; tar -xzf -)
NOTE: I don't expect that this will work without some effort, it's just meant as
an example.
Ian Kent
More information about the plug
mailing list