Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Full backup of server
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
twing
n00b
n00b


Joined: 11 Apr 2004
Posts: 16

PostPosted: Tue May 04, 2004 12:05 pm    Post subject: Full backup of server Reply with quote

Hi all,

I want to backup my harddisk. What tools can do full backup? BTW I'm using ext2 for boot and ext3 for '/'.

I look at 'dump', but it backs up files, not for a dev.

To make thing complex, any tools that able to send the back up result to windows box? I only have a burner on that box.

Thanks for any help
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Tue May 04, 2004 12:11 pm    Post subject: Reply with quote

Have a look at partimage, it will dump an entire partition into a file, compressed if you wish, split this file in smaller files (fit for cd-r for example), and restore your partition from these files.
You can write these backup files into a mounted smb partition on your windows box.
Back to top
View user's profile Send private message
nikolei
n00b
n00b


Joined: 15 Dec 2003
Posts: 37

PostPosted: Wed May 05, 2004 6:01 am    Post subject: Reply with quote

backup of device /dev/hda into files that fit onto a cdrom:

dd if=/dev/hda | split -b650m - filename

and restrore:

cat filename* | dd of=/dev/hda
Back to top
View user's profile Send private message
Jesore
Apprentice
Apprentice


Joined: 17 Jul 2002
Posts: 232
Location: Nürnberg Germany

PostPosted: Wed May 05, 2004 2:59 pm    Post subject: Reply with quote

If the partitions are small I'd go with nikolei and use dd, but if the partitions are large and mostly empty, then partimage wins, as doesn't backup empty sectors. So if you got a like 80 gig /home and only 2 gig are used, then dd will really hurt.

Jesore
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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