[COLUG] Home based backup

Rob Funk rfunk at funknet.net
Mon Jun 18 13:08:25 EDT 2007


Tom Hanlon wrote:
> On 17 Jun 2007, at 23:16, Brett Stauffer wrote:
> > rsync doesn't support incrementals per se, but in recent versions,
> > you can
> > emulate it with the very handy "--link-dest" option.
>
> Isn't there some nifty little trick of using symlinks to get your
> incrementals ?
>
> I can chase down the link.
> It was something like what this rsnapshot does..

As I recall, rsnapshot uses the --link-dest option of rsync.  I was going 
to suggest rsnapshot as a way to do versioned backups that only copy the 
amount of information necessary to capture changes.  It's the best of 
both incremental-backup and full-backup worlds.

And with the way disk sizes are ballooning these days, it's a lot cheaper 
to do rsnapshot to disk than to backup to tape.

The biggest problem I've found is that dealing with the backup disk with 
any directory-traversing program takes forever.

http://www.rsnapshot.org/

rsnapshot was based on Mike Rubel's "rsync snapshots" concept.
  http://www.mikerubel.org/computers/rsync_snapshots/

-- 
==============================|   "A microscope locked in on one point
 Rob Funk <rfunk at funknet.net> |Never sees what kind of room that it's in"
 http://www.funknet.net/rfunk |    -- Chris Mars, "Stuck in Rewind"


More information about the colug432 mailing list