summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
-rwxr-xr-xbin/ftpsync2
2 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 902349d..8541eaf 100644
--- a/README
+++ b/README
@@ -37,7 +37,10 @@ no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,command="~/bin/f
In order to receive different pushes or syncs from different archives,
name the config file ftpsync-$ARCHIVE.conf and call the ftpsync script
with the commandline "sync:archive:$ARCHIVE". Replace $ARCHIVE with a
-sensible value.
+sensible value. If your upstream mirror pushes you using runmirrors
+bundled together with this sync script, you do not need to add the
+"sync:archive" parameter to the commandline, the scripts deal with it
+automatically.
diff --git a/bin/ftpsync b/bin/ftpsync
index 48fb484..1a0f23d 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -32,7 +32,7 @@ BASEDIR=${BASEDIR:-"${HOME}"}
# Script version. DO NOT CHANGE, *unless* you change the master copy maintained
# by Joerg Jaspert and the Debian mirroradm group.
# This is used to track which mirror is using which script version.
-VERSION="4711"
+VERSION="8086"
# Source our common functions
. "${BASEDIR}/etc/common"