John Syne <[email protected]> wrote: > [-- text/plain, encoding quoted-printable, charset: UTF-8, 156 lines --] > > Yeah, but rsync only gives you a snapshot and not a history of your backup. > When I really mess up, I want to go back to the state of my machine 15 > minutes ago, or two days ago. This has saved me a lot of head scratching, > trying to find out where I messed up. I really like the way timemachine
I use an rsync based incremental backup system (I wrote it myself having used rsnapshot for a while, rsnapshot is OK but I think it's too complex). I do hourly incremental backups locally to another disk on my main machine and I do daily incremental backups to a remote machine. The daily remote backups get thinned out as they get older so there are daily backups for the last month, then monthly ones for 12 months, then yearly ones. -- Chris Green ยท -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
