summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2013-11-21 19:36:03 +0100
committerSimon Paillard <spaillard@debian.org>2013-11-21 19:36:03 +0100
commit909a1e799de11dd9bead56a1d7aff0bcb78335f2 (patch)
tree7b8cfca6bdf8fa614b9cbaba84eef3d05a89f3b1
parentd86210c971388537af93415ee928b176994dbe0f (diff)
README: document ARCHIVE names used in the mirror network
-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