View previous topic :: View next topic |
Author |
Message |
nightshadow Apprentice
Joined: 19 Mar 2004 Posts: 173 Location: nowhereland
|
Posted: Tue Nov 16, 2004 4:26 pm Post subject: |
|
|
aggiungo una dritta:
per avere un targz piu piccol, potete cancellare il contenuto delle directory
/usr/portage/distfiles
/root/.ccache
la prima contiene i file tar.gz dei sorgenti (la maggior parte dovrebbero essere versioni "vecchie" dei pacchetti installati) la seconda contiene la cache del compilatore. se non lo avete mai fatto, riducete il file backup anche oltre il 50%.
eventualmente potete anche cancellare la dir che contiene gli ebuild (recuperate qualche centinaio di MB ulteriori)
Salumi e caci |
|
Back to top |
|
|
Momentime Tux's lil' helper
Joined: 08 Sep 2003 Posts: 111 Location: Italy
|
Posted: Tue Nov 16, 2004 4:49 pm Post subject: |
|
|
Mi chiedevo..
ma creare un unico, GRANDE file di backup e splittarlo in parti da [Inserisci la tua dimensione preferita qui] [Inserisci la tua unità di misura preferita] non è meglio? Ad esempio
Creo un archivio da 14GB e lo splitto in 4 parti da 3.5 GB... non è meglio? così uno poi si regola con le dimensioni del proprio media e ha finito lì, senza stare a preoccuparsi di che archivi mettere in che cd... o è troppo incasinato? _________________ Registered Linux User #367816
Registered Linux machine #262819
No hope, life is none, none! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31346 Location: here
|
Posted: Tue Nov 16, 2004 4:49 pm Post subject: |
|
|
nightshadow wrote: | eventualmente potete anche cancellare la dir che contiene gli ebuild (recuperate qualche centinaio di MB ulteriori) |
In effetti anche questo e' vero poi basta fare un emerge sync _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31346 Location: here
|
Posted: Tue Nov 16, 2004 4:50 pm Post subject: |
|
|
Momentime wrote: | Creo un archivio da 14GB e lo splitto in 4 parti da 3.5 GB... non è meglio? |
Ok ma come fai a fare questo? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Nov 16, 2004 6:08 pm Post subject: |
|
|
io avevo già incollato il mio script, nel file prune.list gli ho messo path tipo /usr/portage, /var/tmp etc etc...
Quote: | Ok ma come fai a fare questo? |
premetto che non ho provato, ma secondo me questo simpatico comandino che ho trovato nella shell potrebbe funzionare, a patto di riuscire a riunire il file poi...
zipsplit
Copyright (C) 1990-1999 Info-ZIP
Type 'zipsplit "-L"' for software license.
ZipSplit 2.3 (November 29th 1999)
Usage: zipsplit [-tips] [-n size] [-r room] [-b path] zipfile
-t report how many files it will take, but don't make them
-i make index (zipsplit.idx) and count its size against first zip file
-n make zip files no larger than "size" (default = 36000)
-r leave room for "room" bytes on the first disk (default = 0)
-b use "path" for the output zip files
-p pause between output zip files
-s do a sequential split even if it takes more zip files
-h show this help -v show version info -L show software license |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31346 Location: here
|
Posted: Tue Nov 16, 2004 6:10 pm Post subject: |
|
|
Bello quesi da scriverci un bello scriptino. Lo faro' quando avro' tempo _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Nov 16, 2004 6:22 pm Post subject: |
|
|
ehm sì ci ho pensato anche io, il problema è che non ho ancora trovato il comando per riunire questi file nell'unico tar di partenza... ci deve essere per forza però |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Tue Nov 16, 2004 6:33 pm Post subject: |
|
|
fedeliallalinea wrote: | Momentime wrote: | Creo un archivio da 14GB e lo splitto in 4 parti da 3.5 GB... non è meglio? |
Ok ma come fai a fare questo? |
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Nov 16, 2004 7:30 pm Post subject: |
|
|
avevo visto anche quello, ma per riunire i file splittati?? |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Tue Nov 16, 2004 7:31 pm Post subject: |
|
|
tuxer wrote: | avevo visto anche quello, ma per riunire i file splittati?? |
Code: | cat file1 file2 file3 > out |
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Nov 16, 2004 7:33 pm Post subject: |
|
|
ah ok non pensavo li splittasse così brutalmente , beh allora che lo script cominci! |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Tue Nov 16, 2004 7:34 pm Post subject: |
|
|
tuxer wrote: | ah ok non pensavo li splittasse così brutalmente , beh allora che lo script cominci! |
LOL _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Sun Nov 21, 2004 11:03 am Post subject: |
|
|
Allora fedeli.. riesumo il topic anche per cercare di riassumere far chiarezza su delle piccole questioni...le cartelle che sono da escludere sono in definitiva:
/proc (creata dinamicamente)
/sys (idem)
/usr/portage/* (basta dare un emerge sync e dovrebbe tornare a posto.. o sbaglio?)
/tmp/* (anche questa penso si possa togliere tranquillamente)
Ho sbagliato in qualcosa?
CIAO! _________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Sun Nov 21, 2004 11:17 am Post subject: |
|
|
lavish wrote: |
[CUT]
Ho sbagliato in qualcosa?
CIAO! |
Credo vada bene così _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31346 Location: here
|
Posted: Sun Nov 21, 2004 11:54 am Post subject: |
|
|
lavish wrote: | Ho sbagliato in qualcosa? |
Non mi pare _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Sun Nov 21, 2004 1:08 pm Post subject: |
|
|
io toglierei anche /var/tmp, non si sa mai che ci sia rimasta qualche schifezza... |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Sun Nov 21, 2004 1:11 pm Post subject: |
|
|
tuxer wrote: | io toglierei anche /var/tmp, non si sa mai che ci sia rimasta qualche schifezza... |
Vero! ma in questo caso.. (nel caso anche di /usr/portage, /tmp) è preferibile non includere i files nella dir o si puo' tralasciare direttamente la dir stessa? (penso la prima... ) _________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Sun Nov 21, 2004 1:20 pm Post subject: |
|
|
mah io di solito tralascio addirittura la dir, per 2 o 3 mkdir non è mai morto nessuno |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Sun Nov 21, 2004 1:24 pm Post subject: |
|
|
eh.. non si sa mai.. cmq la domanda indiretta era: vengono create automaticamente o no? _________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Sun Nov 21, 2004 1:56 pm Post subject: |
|
|
no, al massimo se non ti ricordi dà un errore al primo boot o emerge, poi mkdir e si sistema tutto! |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
Momentime Tux's lil' helper
Joined: 08 Sep 2003 Posts: 111 Location: Italy
|
Posted: Sun Nov 21, 2004 4:35 pm Post subject: |
|
|
fedeliallalinea wrote: | Momentime wrote: | Creo un archivio da 14GB e lo splitto in 4 parti da 3.5 GB... non è meglio? |
Ok ma come fai a fare questo? |
Io uso split =) è più che adatto, e funziona bene
[EDIT]
Ok, non me ne sono accorto =|
C'erano altre rispose PARECCHIO prima di questa.. sigh!
[/EDIT] _________________ Registered Linux User #367816
Registered Linux machine #262819
No hope, life is none, none! |
|
Back to top |
|
|
kki n00b
Joined: 21 Nov 2003 Posts: 10
|
Posted: Wed Dec 01, 2004 4:55 pm Post subject: |
|
|
il mio modestissimo script:
Code: | #!/bin/bash
# bkp-gentoo.job
# avviato da crontab ogni fine settimana
# Backup Intero disco Gentoo
# Mount dei filesystem necessari
mount /boot
mount /mnt/hdUSB
# Rimozione directory e files inutili ed ingombranti
rm -r /tmp
rm -r /usr/portage/*
rm -r /root/.ccache/*
rm -r /var/tmp/*
# Backup !!!
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.bin.tar.bz2 /bin
md5sum bkp-gentoo.bin.tar.bz2 > bkp-gentoo.bin.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.boot.tar.bz2 /boot
md5sum bkp-gentoo.boot.tar.bz2 > bkp-gentoo.boot.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.dev.tar.bz2 /dev
md5sum bkp-gentoo.dev.tar.bz2 > bkp-gentoo.dev.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.etc.tar.bz2 /etc
md5sum bkp-gentoo.etc.tar.bz2 > bkp-gentoo.etc.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.home.tar.bz2 /home
md5sum bkp-gentoo.home.tar.bz2 > bkp-gentoo.home.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.lib.tar.bz2 /lib
md5sum bkp-gentoo.lib.tar.bz2 > bkp-gentoo.lib.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.opt.tar.bz2 /opt
md5sum bkp-gentoo.opt.tar.bz2 > bkp-gentoo.opt.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.root.tar.bz2 /root
md5sum bkp-gentoo.root.tar.bz2 > bkp-gentoo.bin.root.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.sbin.tar.bz2 /sbin
md5sum bkp-gentoo.sbin.tar.bz2 > bkp-gentoo.sbin.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.usr.tar.bz2 /usr
md5sum bkp-gentoo.usr.tar.bz2 > bkp-gentoo.usr.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.var.tar.bz2 /var
md5sum bkp-gentoo.var.tar.bz2 > bkp-gentoo.var.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.vdr.tar.bz2 /vdr
md5sum bkp-gentoo.vdr.tar.bz2 > bkp-gentoo.vdr.tar.bz2.md5
tar -cjv -X /root/skip_files -f /mnt/hdUSB/bkpGentoo/bkp-gentoo.tmp.tar.bz2 /tmp
md5sum bkp-gentoo.tmp.tar.bz2 > bkp-gentoo.tmp.tar.bz2.md5
# Fine Backup !
# Smontaggio filesystem
umount /boot
umount /mnt/hdUSB
|
se non si fosse capito, i files vengono copiati su un hd usb2...
inutile dire che ogni consiglio e' ben accetto |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31346 Location: here
|
Posted: Wed Dec 01, 2004 6:29 pm Post subject: |
|
|
Io direi di non fare un rm ma solo di dire a tar di escludere quei path _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|