Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
backup hole system to external usb drive [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Fri Mar 27, 2009 1:25 pm    Post subject: backup hole system to external usb drive [Solved] Reply with quote

Hi,

I have an idea.
I want to backup my home directory and my data to an external usb drive.
So, is rsync the right tool or are there any other recommendations?

or is dd enough for dumping the hole disk? with additional dumping the mbr

Thank you for reading. Any ideas are welcome.

I don*t like big scripts. I know there are backup scripts on this forums.


Last edited by Roman_Gruber on Fri Mar 27, 2009 8:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
ccp
n00b
n00b


Joined: 14 Sep 2007
Posts: 62

PostPosted: Fri Mar 27, 2009 1:56 pm    Post subject: Reply with quote

I use dirvish, it is a rsync based backup solution, support increment backup. I have use it to backup my home directory and data together around 100G it usually take about 3 to 8 hours to backup.

my backup using a nslu2 to host two USB disks, the nslu2 export the two USB through NFS, my desktop and server then mount them and execute dirvish as local target.
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Fri Mar 27, 2009 3:24 pm    Post subject: Reply with quote

I use rsync to backup my full system (except some dirs which patterns I added to an exlude list file) to an encrypted external 2,5" USB drive partition. Works like a charm using these rsync options :
Code:
OPTS="--archive --verbose --delete --delete-excluded --stats --exclude-from=/exclude.list"
Back to top
View user's profile Send private message
SlashBeast
Retired Dev
Retired Dev


Joined: 23 May 2006
Posts: 2922

PostPosted: Fri Mar 27, 2009 6:44 pm    Post subject: Reply with quote

/me using rdiff-backup for it.

Check this http://debaday.debian.net/2008/10/26/rdiff-backup-easy-incremental-backups-from-the-command-line/
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Fri Mar 27, 2009 8:01 pm    Post subject: Reply with quote

SlashBeast wrote:
/me using rdiff-backup for it.

Check this http://debaday.debian.net/2008/10/26/rdiff-backup-easy-incremental-backups-from-the-command-line/



WOW, Incredible

So, I am quite lazy, maybe you know this too!

Is there any livecd, sort a thing, to boot from and then use rdiff-backup to restore.

Is it also possible to restore my hole harddisk? I think I have to use gparted to do the partitions, but thats very easy for me.

Thank you. I love you :) WOW
Back to top
View user's profile Send private message
SlashBeast
Retired Dev
Retired Dev


Joined: 23 May 2006
Posts: 2922

PostPosted: Fri Mar 27, 2009 8:14 pm    Post subject: Reply with quote

http://www.sysresccd.org/Detailed-packages-list -- System rescue cd (based on gentoo) have rdiff-backup.

You can backup/restore all files from filesystem. Check man rdiff-backup.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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