Moving to autotools standard layout
[matthijs/upstream/backupninja.git] / examples / example.svn
1 ##
2 ## Perform a hot backup of subversion repositories.
3 ## 
4 ## REQUIRES: apt-get install subversion-tools
5 ##
6 ## This file can be empty, the defaults are usually good.
7 ##
8
9 ## where subversion data lives
10 # src = /var/lib/svn
11
12 ## where to save the backups to
13 # dest = /var/backups/svn
14
15 ## where to save temporary backups
16 ## (if successful, $tmp is moved to $dest)
17 # tmp = /var/backups/svn.tmp
18
19 ## the hotbackup program to use.
20 # HOTBACKUP = /usr/lib/subversion/hot-backup.py
21
22 ## the name of the vserver containing svn, if using vservers
23 # vsname =