Gentoo Archives: gentoo-user

From: Steven Lembark <lembark@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] back up gentoo system
Date: Wed, 07 May 2008 16:12:24
Message-Id: 4821D310.2090606@wrkhors.com
In Reply to: Re: [gentoo-user] back up gentoo system by David
1 >> If you're using 'dd' does that mean you're copying the entire filesystem
2 >> and not just the files? I believe that can run you into some issues
3 if the
4 >> FS isn't read-only...
5 >
6 > What kind of issues? The idea is to copy the whole filesystem to
7 another disk
8 > and keep it sync. And in case of "crisis" use dd from the backup to the
9 > original disk.
10
11 dd does no error checking and is not usually
12 suitable for backups of any kind unless you
13 validate the output. find / -xdev | cpio -ov,
14 *dump, or mkisofs -R would all be better ways
15 to store recovery data than dd.
16
17
18 --
19 Steven Lembark 85-09 90th St.
20 Workhorse Computing Woodhaven, NY, 11421
21 lembark@×××××××.com +1 888 359 3508
22 --
23 gentoo-user@l.g.o mailing list