I don't know if this works under Linux, but under Solaris we (egr)
have used dump to do this.  I would try using dump of a filesystem
to another filesystem.  I'm no authority on this... so please
dispute me if I'm crazy.

Thanks,
Dennis
--
dpk <[EMAIL PROTECTED]>, Systems/Network         |  work: 353.4844
Division of Engineering Computing Services     |  page: 222.5875

On Fri, 21 Nov 1997, Alex Yukhimets wrote:

> Hi.
> 
> Does anyone know the best way to copy a huge directory tree (~1Gig)
> to another disk (mounted at some point)? I need to preserve the
> ownerships and permissions, preservation of times are optional.
> 
> I am aware of 3 ways: 
> tar cpfl - dir1 | tar -C dir2 -xpf -
> find dir1 -xdev -print | cpio -p -admu dir2
> cp -ax dir1 dir2
> 
> Which one is considered to be safer, faster, etc?
> 
> thanks.
> 
> Alex Y.
> 
> -- 
>    _ 
>  _( )_
> (     (o___           +-------------------------------------------+
>  |      _ 7           |            Alexander Yukhimets            |
>   \    (")            |       http://pages.nyu.edu/~aqy6633/      |
>   /     \ \           +-------------------------------------------+
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to