advertisement

Article:
  Automated Backups with Existing Tools
Subject:   RsyncX, rsnapshot
Date:   2004-02-12 20:34:19
From:   dameronm
Here's something to try:
RsyncX http://www.macosxlabs.org/rsyncx/rsyncx.html
gives fast, incremental syncing with hfs support


rsnapshot http://www.rsnapshot.org/
uses rsync to create hardlinked "snapshots" of Disk/Folder state without duplication of file content. You get full backups, with previous versions available, very little wasted space, and all accessable with standard file system tools.
That should take care of all your requirements, yes? :)