Re: Copy EVERYTHING

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

 



On Tue, 2006-12-05 at 10:18 +0800, Hadders wrote:
>  > cd /oldpart;  find . -xdev | cpio -padm /newpart
> 
> Is it really as easy as that to copy everything?

Are you using SELinux at all?  If so then I don't think that command
will copy the SELinux file contexts.  You might have luck with this
command:

  cp -xdR --preserve=all /oldpart/. /newpart/

but make sure SELinux is in permissive mode first (in case it actually
stops you tries to read an oldpart file).  Note that the above command
doesn't copy over the SELinux file context of '/' for some reason so
you'll have to do that manually as well with chcon.

Tim.
*/

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux