>  I'm trying to move a file system from one disk to another, and when I do
> this:

I think that the way to go is:

tar cf - /source/* | ( cd /destination && tar xfvBp - )

Note the Bp at the end of the extract tar.

olivier
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to