Gentoo Archives: gentoo-amd64

From: Joe Menola <menola@×××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: Anybody else having problems with audio/vidio apps and glibc-2.5?
Date: Tue, 24 Oct 2006 01:52:38
Message-Id: 200610232047.47540.menola@sbcglobal.net
In Reply to: Re: [gentoo-amd64] Re: Anybody else having problems with audio/vidio apps and glibc-2.5? by Jamie
1 On Monday 23 October 2006 8:26 pm, Jamie wrote:
2 > A great idea, but a DLT tape drive is well over $1000 here in New Zealand,
3 > and every tape drive I have seen is far more expensive than disk.
4 > My ideal solution would be to somehow back up to a drive on another
5 > machine on the network (assuming that is possible).
6
7 Patimage works well, if you don't mind unmounting your partitions.
8 Tar is also a cheap alternative. The folloing example commands will tar your
9 root partition and exclude any mounts embedded within:
10
11 mkdir /mnt/tmp
12 mount -o bind / /mnt/tmp
13 cd /mnt/tmp
14 tar -cvvpjf <wherever>/backup.tbz2 .
15
16 -jm
17 --
18 gentoo-amd64@g.o mailing list