summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ftpsync.conf.sample')
-rw-r--r--etc/ftpsync.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample
index bcefbb6..d58fbaf 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -31,6 +31,15 @@
## If we need a user we also need a password
#RSYNC_PASSWORD=
+## Set to "true" to tunnel your rsync through stunnel. Requires that stunnel4 be
+## available in PATH. ftpsync will then create an stunnel config file and use
+## rsync's -e to connect to RSYNC_SSL_PORT on the remote site. (This requires
+## server support, obviously.) The presented certificate is checked by stunnel
+## against the certificate authorities in RSYNC_SSL_CAPATH.
+#RSYNC_SSL=false
+#RSYNC_SSL_PORT=1873
+#RSYNC_SSL_CAPATH=/etc/ssl/certs
+
## In which directory should logfiles end up
## Note that BASEDIR defaults to $HOME, but can be set before calling the
## ftpsync script to any value you want (for example using pam_env)