summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index e85af02..b81a827 100644
--- a/README
+++ b/README
@@ -28,7 +28,8 @@ For impatient people, short usage instruction:
it to suit your system. You should at the very least change the TO=
and RSYNC_HOST lines.
- Create $HOME/log (or wherever you point $LOGDIR to)
- - Setup the .ssh/authorized_keys for the mirror user and place the public key of
+ - If only you receive an update trigger,
+ Setup the .ssh/authorized_keys for the mirror user and place the public key of
your upstream mirror into it. Preface it with
no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,command="~/bin/ftpsync",from="IPADDRESS"
and replace $IPADDRESS with that of your upstream mirror.
@@ -42,6 +43,11 @@ 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.
+Common names used in the Debian mirror network are:
+* standard debian archive: default empty $ARCHIVE (ftpsync.conf)
+* debian-backports archive: ARCHIVE=backports (ftpsync-backports.conf)
+* debian-ports archive: ARCHIVE=ports (ftpsync-ports.conf)
+* debian-security archive: ARCHIVE=security (ftpsync-security.conf)
Debian mirror script minimum requirements