Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 457 Bytes

SVN backup

Lightweight script for SVN backup

This script creates complete SVN dumps of all repositories within $repo_dir to $backup_dir. Backup is only made when the repo revision is greater than the one of the previous backup.

Only one backup of a repo is kept.

The script implies that the repository names are "prefix codes", i.e. none of their names begin with an other repo name (eg. "test" and "test-2")

Compression is made with XZ (LZMA 2).