For me, I use a backup client mainly for unique apps and data. Since most of my boxes run Debian, I have pretty much figured out the directories to backup/restore to save the box.
I back up the following Debian-related directories: /var/backups /var/cache/apt (less /var/cache/apt/archives) /var/lib/dpkg /var/lib/apt I also have a cron job that writes the drive layout and package list to /var/backups. So my process of bare metal restores is as follows: 1. Do a Debian base install. 2. Restore the packages that were installed prior to the incident, using dpkg --set-selections < pkglist ; apt-get dselect-upgrade 3. Set up backuppc user, keys, etc. 4. Restore data partitions from backuppc. This works pretty well for me. I'm sure something similar could be set up with Arch, Fedora/CentOS/Redhat as well. --b On Mon, May 10, 2010 at 10:45 AM, Boniforti Flavio <fla...@piramide.ch>wrote: > Hy Pedro, > > > Some time ago i wrote about thins in my blog, check it out: > > http://www.linux-geex.com/?s=backuppc&x=0&y=0#/?p=163 > > I read through your post, and it seems interesting and feasable (reading > without doing is much more complicated as it may seem when doing it)... > Can you thus confirm that your suggested way of recovering *is* working? > > And, maybe slightly OT: what kind of benefits could I get from switching > over to use LVM? > > Many thanks and kind regards, > Flavio Boniforti > > PIRAMIDE INFORMATICA SAGL > Via Ballerini 21 > 6600 Locarno > Switzerland > Phone: +41 91 751 68 81 > Fax: +41 91 751 69 14 > Url: http://www.piramide.ch > E-mail: fla...@piramide.ch > > > ------------------------------------------------------------------------------ > > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ >
------------------------------------------------------------------------------
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/