summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-06 22:14:42 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-06 22:14:42 +0100
commitbe3644e01495751431fde7e50360ac3ca18d7c11 (patch)
treeb5da803dc989a8d6e3ab01ffc0c7470e88ff550e /etc/ftpsync.conf.sample
parent21c12867a8a7cf5b6b25c4f43ee80e888ee82c6e (diff)
rsync_proxy
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'etc/ftpsync.conf.sample')
-rw-r--r--etc/ftpsync.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample
index f49a209..f2b7dd5 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -90,6 +90,12 @@
## If we need a user we also need a password
#RSYNC_PASSWORD=
+# You may establish the connection via a web proxy by setting the environment
+# variable RSYNC_PROXY to a hostname:port pair pointing to your web proxy. Note
+# that your web proxy's configuration must support proxy connections to port 873.
+# RSYNC_PROXY=
+
+
## The following three options are used in case we want to "callback" the host
## we got pushed from.
#CALLBACKUSER="archvsync"