On Wed, 2003-05-28 at 09:40, Tom Oehser wrote: > In one machine, do something like: > cd ROOTDIR; nc -l -p 12345 | cpio -iuvmd > on the other, something like: > find PATHS | cpio -o | nc HOSTNAME 12345 > > It is simple, reliable, fast, and good to have in your bag of tricks.
Thanks heaps. I'd still like to learn how to make rshd work - can anyone point to a doc/ mail list search terms to use etc? Off to man nc, cpio. Thanks again Zen
