mardi 17 avril 2007
Subversion incremental backup
Par Pierrick, mardi 17 avril 2007 à 11:48 / categorie: GNU/linux / tags:

When your Subversion repository gets bigger and bigger, you need to find a solution to backup only what's new, and not the whole repository. Thanks to Subversion revisions, we can easily identify what's new since last backup. I've used this principle to write a Perl script making incremental backup.