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

Re: $ tar lcf - / | ( cd /mnt ; tar xvfpS -)



> 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/      |
  /     \ \           +-------------------------------------------+


Reply to: