diff options
author | Micah Anderson <micah@riseup.net> | 2008-06-24 18:02:23 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-06-24 18:02:23 +0000 |
commit | ca12e5617b1c7a600324e2c6437444627720c62c (patch) | |
tree | 21692e13ec99f79839a7dbf8c92571100d583b23 /examples | |
parent | fd6796ad99b90371594c3068e6d8bbbdb2b1d1d5 (diff) | |
download | backupninja-ca12e5617b1c7a600324e2c6437444627720c62c.tar.gz backupninja-ca12e5617b1c7a600324e2c6437444627720c62c.tar.bz2 |
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
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.maildir | 8 |
1 files changed, 5 insertions, 3 deletions
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 |