diff options
author | Micah Anderson <micah@riseup.net> | 2005-10-26 23:04:16 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-10-26 23:04:16 +0000 |
commit | c4785ba5edb9738f7e9da8c4086a4b6984515dd2 (patch) | |
tree | c632486eca3dc14bc60d2e9430e9772b81477fcd /examples/example.trac | |
parent | d58025ceb0d044b0e21536262c2818a700c4a382 (diff) | |
download | backupninja-c4785ba5edb9738f7e9da8c4086a4b6984515dd2.tar.gz backupninja-c4785ba5edb9738f7e9da8c4086a4b6984515dd2.tar.bz2 |
Moving to autotools standard layout
Diffstat (limited to 'examples/example.trac')
-rw-r--r-- | examples/example.trac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/example.trac b/examples/example.trac new file mode 100644 index 0000000..645998e --- /dev/null +++ b/examples/example.trac @@ -0,0 +1,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 |