On Tue, Sep 25, 2007 at 08:16:20PM +0200, Alain Spineux wrote:
??? you made a copy of /mnt/md1 into /mnt/md1/mnt/md1 ??? use # tar cfpl - --one-file-system . | .... instead
I think you mean
# tar cfp --one-file-system - . | ...
...but in any case -l is a soon-to-be-depreciated way of writing --one-file-system.
:)