Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[tip] Clonare la propria installazione su un'altra
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jun 23, 2011 7:16 pm    Post subject: [tip] Clonare la propria installazione su un'altra Reply with quote

Ma se volessi clonare la mia gentoo su un'altra installazione simile e già configurata (per hardware, tcp/ip etc.) senza passare dallo stage4 e quindi senza sovrascrivere brutalmente tutti i file di configurazione?
Code:
for c in `ls /var/db/pkg` ; do ( for n in `ls /var/db/pkg/$c` ; do quickpkg --include-config=y --include-unmodified-config=y =$c/$n ; emerge --root=/mnt/gentoo --config-root=/mnt/gentoo -1OK =$c/$n ; done ) ; done

Attenzione che le use siano assolutamente identiche e conviene copiare /etc/portage/*

A questo punto basta usare etc-update o dispatch-conf per andare a sistemare i file di configurazione.

Tenete in conto anche quanto già suggerito qui, ovviamente, quindi
Code:
for c in `ls /var/db/pkg` ; do ( for n in `ls /var/db/pkg/$c` ; do quickpkg --include-config=y --include-unmodified-config=y =$c/$n ; done ) ; done
per il backup e
Code:
for c in `ls /var/db/pkg` ; do ( for n in `ls /var/db/pkg/$c` ; do emerge --root=/mnt/gentoo --config-root=/mnt/gentoo -1OK =$c/$n ; done ) ; done
per la copia sul sistema di destinazione (o su di un banale stage 3).

Inutile dire che se si deve solo cambiare disco basta usare rsync o cp (leggere con attenzione il manuale e le discussioni sull'argomento), secondo le preferenze ed i rovesci della medaglia, o partimage o passare per il cosiddetto stage4 se si deve ripartizionare (sullo stesso disco).
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum