From ed46d30a24bbb68a67f5227e6570f9e8c61ee77a Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 23 Apr 2009 20:25:42 +0200 Subject: Version number 8086 and small README fix Signed-off-by: Joerg Jaspert --- README | 5 ++++- bin/ftpsync | 2 +- 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" -- cgit v1.2.3