mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-23 11:13:18 +01:00
add a maildir examples file
This commit is contained in:
parent
88541957d8
commit
f11befa73a
@ -21,6 +21,8 @@ version 0.9.5 -- unreleased
|
||||
. Fixed shell command quoting issues, missing 'then' clauses, cleaned up
|
||||
compress=yes to be less redundant and not create empty uncompressed
|
||||
file (Closes: #394935)
|
||||
maildir:
|
||||
. Added an examples file (Closes: Trac#23)
|
||||
mysql:
|
||||
. Fixed case where odd combination of configuration options caused sqldump
|
||||
backups to get overwritten with an empty file (Closes: #402679)
|
||||
|
@ -58,9 +58,6 @@ failedcount=0
|
||||
destdir=${destdir%/}
|
||||
srcdir=${srcdir%/}
|
||||
|
||||
# used for testing
|
||||
#getconf testuser elijah
|
||||
|
||||
[ -d $srcdir ] || fatal "source directory $srcdir doesn't exist"
|
||||
|
||||
[ "$multiconnection" == "notset" ] && fatal "The maildir handler uses a very different destination format. See the example .maildir for more information"
|
||||
|
Loading…
Reference in New Issue
Block a user