Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] back up gentoo system
Date: Tue, 06 May 2008 22:13:31
Message-Id: 200805070013.26330.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-user] back up gentoo system by David
1 On Dienstag, 6. Mai 2008, David wrote:
2 > Hi,
3 >
4 > I was thinking on making regular backup of my gentoo partition. I'm not
5 > interested in incremental backups, just a mirror image of the root
6 > filesystem. I've prepared some scripts using dd for the first copy and
7 > rsync to keep it updated. How do you make your backups?
8 > Any improvements?.
9 >
10 > Thanks in advance
11
12
13 tar -c -b 128 / --exclude=/proc --exclude=/dev --exclude=/sys | mbuffer -m
14 800M -p 95 -s 65536 -D 32G -A "mtx -f /dev/sg2 next" -f -o /dev/st0
15 --
16 gentoo-user@l.g.o mailing list