[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need advice for best way to replace a faulty disk



On Sun, 12 Jan 2003 14:53, Simon Richter wrote:
> > 1. Save partitions (/,/var,/home) on another box. Best way?
>
> The approach that works best for me is to let tar pipe the data into
> netcat, and stream it away over the network, as in

Good idea.

I generally pipe tar through ssh though with:
tar cf - /usr /bin /sbin /etc /lib | ssh user@machine "cat > ~/output.tar"

This works well as long as there is a moderate amount of CPU power available.

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/  Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/    Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/  My home page



Reply to: