Gentoo Archives: gentoo-user

From: Andrew MacKenzie <amackenz@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] back up gentoo system
Date: Tue, 06 May 2008 21:54:20
Message-Id: 20080506215408.GA32313@edespot.com
In Reply to: [gentoo-user] back up gentoo system by David
1 +++ David [gentoo-user] [Tue, May 06, 2008 at 11:44:46PM +0200]:
2 >
3 > Hi,
4 >
5 > I was thinking on making regular backup of my gentoo partition. I'm not
6 > interested in incremental backups, just a mirror image of the root
7 > filesystem. I've prepared some scripts using dd for the first copy and
8 > rsync to keep it updated. How do you make your backups?
9 > Any improvements?.
10 I've used bacula in the past to do backups. It's very full featured but
11 also rather complicated for simple backups.
12
13 These days I use an rsync-based backup script I wrote called 'yarbs' (yet
14 another rsync backup system).
15
16 It uses rsync and hard links to keep X days of backups. Easy to use, easy
17 to recover from, easy to setup. I can make it available if anyone's
18 interested.
19
20 If you're using 'dd' does that mean you're copying the entire filesystem
21 and not just the files? I believe that can run you into some issues if the
22 FS isn't read-only...
23
24 --
25 // Andrew MacKenzie | http://www.edespot.com
26 // GPG public key: http://www.edespot.com/~amackenz/public.key
27 // Some programming languages manage to absorb change, but withstand
28 // progress.
29 // - Alan Perlis

Replies

Subject Author
Re: [gentoo-user] back up gentoo system David <dcorraly@××××××××××.com>