> I'm using this to copy a filesuyem to another partition:
>
> $ tar lcf - / | ( cd /mnt ; tar xvfpS -)
Consider using something like
find . -depth -xdev -print | cpio -dumpv /mnt
Alex Y.
--
_
_( )_
( (o___ +-------------------------------------------+
| _ 7 | Alexander Yukhimets |
\ (") | http://pages.nyu.edu/~aqy6633/ |
/ \ \ +-------------------------------------------+