aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-07-09 19:00:41 -0400
committerMicah Anderson <micah@riseup.net>2009-07-09 19:00:41 -0400
commit8000beda168ec59df4f8cc69e72cb6e9722368eb (patch)
treee1266648740e1449a916ba31c618f1aba2774146 /ChangeLog
parent78884142e7cdaaf3e1f5571b1f28d2ea5a520b30 (diff)
downloadbackupninja-8000beda168ec59df4f8cc69e72cb6e9722368eb.tar.gz
backupninja-8000beda168ec59df4f8cc69e72cb6e9722368eb.tar.bz2
added sshoptions variable to the maildir handler for arbitrary options that you might need to pass
updated the example.maildir to include this option, as well as detail the missing desid_file, destport
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1daeb9..74cc3ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ version 0.9.7 -- UNRELEASED
maildir:
. fix location of deleted_on file
. add missing destid_file options to ssh connections
+ . added sshoptions variable for arbitrary ssh options
+ . updated example file to include destid_file, destport and sshoptions
mysql:
. Options passed to mysqldump are now customizable with the new
sqldumpoptions configuration variable. Thanks to Chris Lamb for his