> And it says broken pipe.  Any ideas where I've messed up here?  I looked
> at the very LONG man page and in all the neat things you can do it never
> talks about moving entire hard drives over a network.  Any ideas would be
another idea to consider for moving an entire drive, is to use tar
over ssh. such as
tar -clps / | ssh -l <user> -e none <host> split -b1800m - <new file>
or you can just untar the drive to the remote host like
tar -clps / | ssh -l <user> -e none <host> tar -C /mnt/root -x


> appreciated!
>
> -Brian
>
>
> _______________________________________________
> tclug-list mailing list
> tclug-list at mn-linux.org
> https://mailman.mn-linux.org/mailman/listinfo/tclug-list
>

Chris Scheller
Network One Internet, inc.
http://www.networkone.net/
System/Network Administration
1.888.GOT.NET1