Hi,

In article <[EMAIL PROTECTED]>,
           Yuriy Padlyak<[EMAIL PROTECTED]> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to