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

Re: LVM



Hi,

In article <[🔎] 46DD754E.9030309@cvt.com.ua>,
           Yuriy Padlyak<yura@cvt.com.ua> wrote:
> ok, but I don't know how to move ext3 file system or it's content 
> without loosing any file attributes, etc either :)

I tend to use:

(cd /src/dir && tar cf - *) | (cd /dest/dir && tar xf -)

Andy



Reply to: