File: example.svn

package info (click to toggle)
backupninja 0.9.8.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 828 kB
  • ctags: 8
  • sloc: sh: 1,638; makefile: 247
file content (26 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##
## Perform a hot backup of subversion repositories.
## 
## REQUIRES: apt-get install subversion-tools
##
## This file can be empty, the defaults are usually good.
##

## where subversion data lives
# src = /var/lib/svn

## where to save the backups to
# dest = /var/backups/svn

## where to save temporary backups
## (if successful, $tmp is moved to $dest)
# tmp = /var/backups/svn.tmp

## the hotbackup program to use.
## svnadmin hotcopy now exists, the following script is located
## in /usr/share/doc/subversion/examples now if you wish to use
## it instead
# HOTBACKUP = /usr/lib/subversion/hot-backup.py

## the name of the vserver containing svn, if using vservers
# vsname =