On Fri, 2004-11-05 at 16:01 -0800, Mark C. Ballew wrote:

> swap partition. Then I mount partitions on both drives, such
> as /olddrive/part, /newdrive/part, etc, then do a tar cf - /olddrive |
> tar xf -C /newdrive. 

tar cf - /olddrive | tar xf - -C /newdrive

Forgot to specify "-" as the file name on the other side of the pipe.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://lists.rlug.org/mailman/listinfo/rlug

Reply via email to