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:
- Follow-Ups:
- Re: LVM
- From: Jeff Fisher <jeff@jeffenstein.dyndns.org>
- References:
- LVM
- From: "Yuriy Padlyak" <yura@cvt.com.ua>
- Re: LVM
- From: Tyler MacDonald <tyler@yi.org>
- Re: LVM
- From: Yuriy Padlyak <yura@cvt.com.ua>