[ale] Versioning backup solution
Chris Ricker
kaboom at oobleck.net
Thu Jul 28 02:28:59 EDT 2005
On Thu, 28 Jul 2005, Stephen Cristol wrote:
> The end result is a collection of directories in $path named with
> timestamps indicating when that backup occurred. I've got a script that
> mostly does this, but it still has some rough edges.
>
> Upsides to this approach:
>
> - all the security of rsync
> - the efficiency of rsync in determining what to transfer
> - efficient storage of native file formats
>
> Downsides to this approach:
>
> - this can create an enormous number of links and I know of no tools to
> manage them easily (e.g., if you want to prune the data set)
> - managing disk space becomes more challenging ("du" still gives
> correct answers; if you ask the right questions, they can be useful
> answers, too)
Check out dirvish <http://www.dirvish.org/>
What you're doing sounds very similar
later,
chris
More information about the Ale
mailing list