Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Backup Partizione [FAQ]
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)
View previous topic :: View next topic  
Author Message
blacksword
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 128

PostPosted: Tue Mar 09, 2004 9:42 am    Post subject: Backup Partizione [FAQ] Reply with quote

Ho bisogno di fare un backup della mia partizione gentoo. Prima usavo partimage e mi trovavo molto bene, ora però ho bisogno di un programma alternativo che faccia la stessa cosa e che a differenza di partimage possa fare il backup di partizioni con file system xfs. Qualche proposta?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31470
Location: here

PostPosted: Tue Mar 09, 2004 9:46 am    Post subject: Reply with quote

Fai un bel tar.bz2 della partizione e salvalo da qualche parte
Code:
# tar cjvf backup.tar.bz2 /nome/partizione

Quando lo spacchetti usa l'opzione -p cosi ti tiene i permessi
Code:
# tar xjvpf backup.tar.bz2

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
blacksword
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 128

PostPosted: Tue Mar 09, 2004 10:05 am    Post subject: Reply with quote

fedeliallalinea wrote:
Fai un bel tar.bz2 della partizione e salvalo da qualche parte
Code:
# tar cjvf backup.tar.bz2 /nome/partizione

Quando lo spacchetti usa l'opzione -p cosi ti tiene i permessi
Code:
# tar xjvpf backup.tar.bz2


Grazie, adesso provo. Ah un'altra cosa, il tar lo posso creare anche se sto usando linux o devo farlo montando la partizione dal livecd?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31470
Location: here

PostPosted: Tue Mar 09, 2004 10:07 am    Post subject: Reply with quote

blacksword wrote:
Grazie, adesso provo. Ah un'altra cosa, il tar lo posso creare anche se sto usando linux o devo farlo montando la partizione dal livecd?

Si dovrebbe essere possibile.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Dancy
n00b
n00b


Joined: 27 Jan 2004
Posts: 59
Location: Torino

PostPosted: Tue Mar 09, 2004 10:41 am    Post subject: Reply with quote

non l'ho provato ma questo progetto mi sembra valido 8)
http://www.sysresccd.org/
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31470
Location: here

PostPosted: Tue Mar 09, 2004 2:39 pm    Post subject: Reply with quote

C'e' anche
Code:
*  app-arch/konserve
      Latest version available: 0.10.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 986 kB
      Homepage:    http://www.simnacher.net/konserve/konserve.html
      Description: small backup application for the KDE 3.x environment
      License:     GPL-2

che fa la stessa cosa che ti ho detto io ma in modo guidato. Il programma si integra bene con kde ma non con altri wm.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
blacksword
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 128

PostPosted: Wed Mar 10, 2004 12:45 pm    Post subject: Reply with quote

fedeliallalinea wrote:
C'e' anche
Code:
*  app-arch/konserve
      Latest version available: 0.10.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 986 kB
      Homepage:    http://www.simnacher.net/konserve/konserve.html
      Description: small backup application for the KDE 3.x environment
      License:     GPL-2

che fa la stessa cosa che ti ho detto io ma in modo guidato. Il programma si integra bene con kde ma non con altri wm.


L'ho provato con fluxbox ma nn funzia bene. Meglio il comando tar.
Back to top
View user's profile Send private message
KenTI
n00b
n00b


Joined: 28 Jan 2004
Posts: 53
Location: Italy

PostPosted: Sun Mar 28, 2004 9:32 pm    Post subject: Reply with quote

scusatemi dove sto sbagliando? ho provato con tar, lanciandolo dalla directory dove voglio che il file bz2 sia creato, ma mi esce un errore

magari devo lanciarlo da livecd?

tux linuxbkp # tar cjvf backup.tar.bz2 /dev/hda6
tar: Removing leading `/' from member names dev/hda6

tux linuxbkp # tar cjvf backup.tar.bz2 dev/hda6
tar: dev/hda6: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors

/dev/hda6 è in reiserfs, ed è la partizione root
linuxbkp è su un disco esterno usb, anch'esso in reiserfs
uso un kernel 2.6.5-rc1-mm1

un'altra cosa, con il partimage mi crea il file compresso, ma poi c'è un modo per controllare se è venuto bene? non vorrei rischiare a ridimensionare la partizione di root prima di essere sicuro di avere un backup

scusate se la domanda è banale ma sono ancora un proncipiante..
ciao
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Sun Mar 28, 2004 9:45 pm    Post subject: Reply with quote

In realtà non credo tu possa usare direttamente il device della partizione con tar.

Quindi parti con un liveCD, monta la partizione e usa il punto di mount come argomento, non il device.
_________________
"Larry the Cow was a bit frustrated at the current state of Linux Distributions..."
Back to top
View user's profile Send private message
KenTI
n00b
n00b


Joined: 28 Jan 2004
Posts: 53
Location: Italy

PostPosted: Sun Mar 28, 2004 9:48 pm    Post subject: Reply with quote

ok grazie provo :D
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Tue Jul 20, 2004 5:12 pm    Post subject: Reply with quote

domanda niubbosa...ma da partimage è possibile creare un backup da pc acceso?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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