summaryrefslogtreecommitdiff
path: root/stunnel-rsync.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2013-07-12 15:28:54 -0700
committerWayne Davison <wayned@samba.org>2013-07-12 15:28:54 -0700
commit62327b1281be9151423048235573e0ca208fc095 (patch)
treece135a5364057b7ed8408a92e835dec4c99fcda5 /stunnel-rsync.in
parent99c9520ea735d3fa72721c534a5e3b25751e0203 (diff)
downloadrsync-62327b1281be9151423048235573e0ca208fc095.tar.gz
We need a trailing dot when using --server --daemon.
Diffstat (limited to 'stunnel-rsync.in')
-rwxr-xr-xstunnel-rsync.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/stunnel-rsync.in b/stunnel-rsync.in
index f206b93a..fdd8bfd1 100755
--- a/stunnel-rsync.in
+++ b/stunnel-rsync.in
@@ -1,11 +1,11 @@
#!/bin/bash
-# This must be called as:
+# This must be called as (note the trailing dot):
#
# stunnel-rsync HOSTNAME rsync --server --daemon .
#
# ... which is typically done via the rsync-ssl script, which results in something like this:
#
-# rsync --rsh=stunnel-rsync -aiv HOSTNAME::module ...
+# rsync --rsh=stunnel-rsync -aiv HOSTNAME::module [ARGS]
#
# This SSL setup based on the files by: http://dozzie.jarowit.net/trac/wiki/RsyncSSL
# Note that this requires at least version 4.x of stunnel.