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

Re: LVM



On Tuesday 04 September 2007 10:44, Roland M. Kruggel wrote:
> Am Dienstag, 4. September 2007 17:10 schrieb Yuriy Padlyak:
> > ok, but I don't know how to move ext3 file system or it's content
> > without loosing any file attributes, etc either :)
>
> cp -a /src/* /dest

That misses dot files in the source.  Use rsync instead, perhaps
with -H and/or -S flags (see man).

  rsync -a -H -S /src/ /dest/

--Mike Bird



Reply to: