Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HowTo] Crearsi package binari di backup del sistema
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Jan 31, 2006 5:26 pm    Post subject: Reply with quote

Siccome il semplice ma efficace script di Fonderia mi è servito in molti casi, e visto che il comando qpkg è deprecato, riesumo il topic e aggiorno il comando da usare per creare i pacchetti binari di tutto il software installato.

N.B. PREREQUISITO IMPORTANTE:
Code:

emerge portage-utils



Code:

for i in `qlist -CIv` ; do if [ ! -f /usr/portage/packages/All/`echo $i | sed "s/^.*\///"`.tbz2 ]; then quickpkg =$i; fi; done


Spero che a qualcuno possa servire :)
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Fri Feb 03, 2006 10:59 am    Post subject: Reply with quote

sempre per lo stesso motivo (qpkg oltre ad essere deprecato sta sparendo da gentoolkit)
ho rimangeggiato lo script di fonderia per usare equery che è gia' contenuto
nel pacchetto:
Code:
* app-portage/gentoolkit
     Available versions:  0.2.0 0.2.0-r3 0.2.1 ~0.2.2_pre2
     Installed:           0.2.1
     Homepage:            http://www.gentoo.org/proj/en/portage/tools/index.xml
     Description:         Collection of administration scripts for Gentoo


Code:
for i in `equery -C l | cut -d " " -f 1` ; do if [ ! -f /usr/portage/packages/All/`echo $i | sed "s/^.*\///"`.tbz2 ]; then quickpkg =$i; fi; done

_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Wed Feb 22, 2006 11:35 pm    Post subject: Reply with quote

Nessuno ha mai pensato di uploadare i pacchetti creati su un server FTP come backup e magari cosi usarlo come PACKAGE_SERVER ?
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Thu Feb 23, 2006 1:04 am    Post subject: Reply with quote

hellraiser wrote:
Nessuno ha mai pensato di uploadare i pacchetti creati su un server FTP come backup e magari cosi usarlo come PACKAGE_SERVER ?

se ne è gia' parlato altrove: il problema consiste nell'etereogenerà delle USE Flags nonchè delle CFLAGS
presenti nei pacchetti creati/uploadati dai vari utenti...

una cosa del genere è fattibile a patto che si utilizzino i medesimi settaggi nonche' snapshot di chi serve
i pacchetti, questo almeno per il momento
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Thu Feb 23, 2006 7:51 am    Post subject: Reply with quote

no forse non mi hai capito...io intendevo un FTP per me...che faccia da backup e quindi volendo da PACKAGE HOST...

Si infatti, se si vorrebbe fare un Package Host per tutti, è un po difficile la cosa...in quanto come dicevi tu...dipende dalle USE con cui sono stati compilati/creati i package...

Pero volendo, nel caso del singolo, dite che nn è una buona idea fare un backup su FTP ??
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Thu Feb 23, 2006 10:12 am    Post subject: Reply with quote

hellraiser wrote:
no forse non mi hai capito...io intendevo un FTP per me...che faccia da backup e quindi volendo da PACKAGE HOST...
[..snip..]
Pero volendo, nel caso del singolo, dite che nn è una buona idea fare un backup su FTP ??

ah! un backup per te, del tuo sistema sotto forma di grp, su un server ftp, giusto?
non capisco xche vuoi utilizzare un ftp (spero che sia in locale), in ogni caso si funzionerebbe
questo è garantito al 100%
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Thu Feb 23, 2006 2:25 pm    Post subject: Reply with quote

Per fare un backup del sistema secondo me la migliore cosa è fare uno stage4, fare i pacchetti può essere molto utile quando si vuole installare e mantenere gentoo su tante macchine tutte uguali.
_________________
Running Fast!
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Wed Mar 01, 2006 12:47 pm    Post subject: Reply with quote

X-Drum wrote:
hellraiser wrote:
no forse non mi hai capito...io intendevo un FTP per me...che faccia da backup e quindi volendo da PACKAGE HOST...
[..snip..]
Pero volendo, nel caso del singolo, dite che nn è una buona idea fare un backup su FTP ??

ah! un backup per te, del tuo sistema sotto forma di grp, su un server ftp, giusto?
non capisco xche vuoi utilizzare un ftp (spero che sia in locale), in ogni caso si funzionerebbe
questo è garantito al 100%


Si intendevo proprio questo...fare il backup su un server FTP nella LAN...qualcuno gia qualche bozza di script per permettere questo??

Appena ho tempo penso di mettermici sopra...perche mi sarebbe molto utile...

L'ideale sarebbe, che a ogni emerge crea il package e a un certo orario con cron mandarli sul server ftp...
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Wed Mar 01, 2006 1:59 pm    Post subject: Reply with quote

non credo che ti serva uno script...
ti basta mettere buildpkg in features nel make.conf e un comando di rsync in cron.
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
Goto page Previous  1, 2
Page 2 of 2

 
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