On Thu, Feb 11, 2010 at 8:51 AM, Stephen R. van den Berg <srb@xxxxxxx> wrote: > Avery Pennarun wrote: >>bup is a file backup tool based on the git packfile format. If you're >>interested in git, you might find bup interesting because: > > Interesting concept. It has some killer features which make it a good > competitor to any of the existing solutions. > The only obvious thing missing for unattended backup-operation is a way > to purge specific or old backups. Thanks. Oddly enough, pruning of old backups hasn't been a really high priority for me (or apparently any of the other users) because chunking-based deduplication is so efficient that my backup disk hasn't filled up yet :) But it's clear that this will need to be added eventually. Unfortunately git's normal pruning and gc stuff is inapplicable since it dies horribly when faced with hundreds of gigabytes of data. That's to be expected, but it means I can't just cheat by running 'git gc' and hoping for magic. Have fun, Avery -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html