lib/tools.in(maketemp): really remove insecure fall-back if mktemp is missing, since...
[matthijs/upstream/backupninja.git] / examples / example.trac
1 ##
2 ## Perform backups of trac environment
3 ## 
4 ## REQUIRES: apt-get install trac
5 ##
6 ## This file can be empty, the defaults are usually good.
7 ##
8
9 ## where one or more Trac environments live
10 src = /var/lib/trac
11
12 ## where to save the backups to
13 dest = /var/backups/trac
14
15 ## where to save temporary backups
16 tmp = /var/backups/trac.tmp