2 ## Perform a hot backup of subversion repositories.
4 ## REQUIRES: apt-get install subversion-tools
6 ## This file can be empty, the defaults are usually good.
9 ## where subversion data lives
12 ## where to save the backups to
13 # dest = /var/backups/svn
15 ## where to save temporary backups
16 ## (if successful, $tmp is moved to $dest)
17 # tmp = /var/backups/svn.tmp
19 ## the hotbackup program to use.
20 # HOTBACKUP = /usr/lib/subversion/hot-backup.py
22 ## the name of the vserver containing svn, if using vservers