From ca12e5617b1c7a600324e2c6437444627720c62c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 24 Jun 2008 18:02:23 +0000 Subject: made mktemp a requirement for building backupninja, added autotools variables to substitute the proper binary location and removed bad fall-back when mktemp was not there --- examples/example.maildir | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/example.maildir b/examples/example.maildir index 96f0c0e..8898a78 100644 --- a/examples/example.maildir +++ b/examples/example.maildir @@ -35,11 +35,13 @@ keepweekly = 3 keepmonthly = 1 # directory which contains all the maildirs -# this directory is expected to have subdirectories lettered a-z and -# in each letter subdirectory are the users Maildirs which start with -# those letters srcdir = /maildir/riseup.net +# the srcdir is expected to contain the following subdirectories. Each +# of these will contain the user's Maildirs which start with these +# letters +srcsubdirs = 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z + # put the backups under this directory destdir = /crypta/maildir/riseup.net desthost = kakapo-pn -- cgit v1.2.3