be5cedd81fc8468d64b015d35aa9e7173196e0b6
[matthijs/upstream/backupninja.git] / etc / backup.d / example.svn
1 ##
2 ## Perform a hot backup of subversion repositories.
3 ## This file can be empty, the defaults are usually good.
4 ##
5
6 ## where subversion data lives
7 # src = /var/lib/svn
8
9 ## where to save the backups to
10 # dest = /var/backups/svn
11
12 ## where to save temporary backups
13 ## (if successful, $tmp is moved to $dest)
14 # tmp = /var/backups/svn.tmp
15
16 ## the hotbackup program to use.
17 # HOTBACKUP = /usr/lib/subversion/hot-backup.py