File: example.trac

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 (16 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##
## Perform backups of trac environment
## 
## REQUIRES: apt-get install trac
##
## This file can be empty, the defaults are usually good.
##

## where one or more Trac environments live
src = /var/lib/trac

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

## where to save temporary backups
tmp = /var/backups/trac.tmp