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
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Tue Sep 4 15:56:21 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 03:48:39 EDT
|