[SunHELP] Copying data from one server to another

s at avoidant.org s at avoidant.org
Wed Feb 20 12:29:48 CST 2002


"Simoncini, Matthew" wrote:


> I have a large filesystem (~20 - 25 gig) that I need to copy to another
> server. What is the best way to get the data from one server to another?


Got ssh?

tar -cpf - filesystem/ | ssh $server '?tar -C /wherever -xpf -'

---sambo



More information about the SunHELP mailing list