From c4785ba5edb9738f7e9da8c4086a4b6984515dd2 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 26 Oct 2005 23:04:16 +0000 Subject: Moving to autotools standard layout --- examples/example.trac | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/example.trac (limited to 'examples/example.trac') 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 -- cgit v1.2.3