We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Automated Backups with Existing Tools
|
| Subject: |
|
incremental backup without archive bit? |
| Date: |
|
2005-12-07 09:43:12 |
| From: |
|
mp459
|
Response to: incremental backup without archive bit?
|
I, too, use rsync. I do not have an external HD, but I _do_ have an exteranl dvd burner, and internal CD burner. I do a full backup to my DVD and then incrementals (differentials, actually) using rsync to a disk image which I then burn to CD. Using the --compare-dest=the_DVD arg in rsync, I can keep a full backup on a DVD and differentials on CDs.
|