diff options
author | Micah Anderson <micah@riseup.net> | 2009-07-09 19:00:41 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-07-09 19:00:41 -0400 |
commit | 8000beda168ec59df4f8cc69e72cb6e9722368eb (patch) | |
tree | e1266648740e1449a916ba31c618f1aba2774146 /examples | |
parent | 78884142e7cdaaf3e1f5571b1f28d2ea5a520b30 (diff) | |
download | backupninja-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 'examples')
-rw-r--r-- | examples/example.maildir | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example.maildir b/examples/example.maildir index 8898a78..eba5429 100644 --- a/examples/example.maildir +++ b/examples/example.maildir @@ -50,6 +50,16 @@ desthost = kakapo-pn # arbitrary bash commands on the desthost. destuser = backer +# For alternate ports from the default 22, specify here +destport = 4444 + +# If you need to specify an alternate ssh public key authentication file +# do that here. Default: /root/.ssh/id_rsa +destid_file = /home/backupkeys/.ssh/maildirbackup_id_rsa + +# If you need to specify other ssh configuration options, do that here +sshoptions = "-C -6" + # remove any maildirs from backup which might have been deleted remove = yes |