



I second that, and add rsnapshot to the list. It is important also to distinguish backup as a snapshot of a system, and backup as a history of revisions to the system (whichJohn R. Graham wrote:I find I have a little more to say on this topic. The best way to back up your system is with some sort of formal backup program. These support some sort of efficient paradigm such as full plus incremental or differential and always support some sort of logging that helps you recover individual versions of lost files. There are lots of choices—a whole category in the Portage tree, in fact: app-backup. Just a few examples:rsync can be used by itself but you don't get the benefit of a history of perhaps multiple versions of your backed up files without a lot of script foo. That said, it's entirely possible to construct a good backup system that implements the traditional backup paradigms out of traditional *nix tools, but why bother? Others have already done this for you.
- For large networks of machines, there's Amanda and Bacula.
- For individual or smaller groups of machines there's backuppc.
- Flexbackup is particularly friendly to tape, and I love tape. (Tape's the only cost-effective way to keep a really deep backup history and I find that professionally useful.)
- John

I'm glad to help -- for so many problems people have with Gentoo the easiest solution is "have backups."kriz wrote:thx alot 4 this awesome howto.
i've taken the liberty to modify/currect the cron-jobs and monthly-script
that explain a lotAs for the monthly config file, it's not necessary to exclude /dev, /proc and /sys if the "one_fs" flag is enabled.
Q: Using rsnapshot 1.1.6, when I specify the root filesystem as a backup point, rsnapshot backs up each top level directory seperately. If I'm using one_fs, this makes it impossible to exclude things like the /proc filesystem.
This has been fixed in rsnapshot 1.2.0. You are encouraged to upgrade. Make sure to read the upgrade guide in the INSTALL file, included with the program. If you don't want to, or can't upgrade, read on for a workaround.