summaryrefslogtreecommitdiff
path: root/etc/runmirrors.mirror.sample
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-04 18:13:20 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-04 18:13:20 +0200
commit8fc7f5a7b3e11fff8d2b15538515653da49e7559 (patch)
tree8fab89f37bad295245a712aff591fac16e42a4a0 /etc/runmirrors.mirror.sample
parent1b12f517bca0297adbd51c9498f15ba50483547f (diff)
configs
renamed the configuration samples to clearly show what they are for. Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'etc/runmirrors.mirror.sample')
-rw-r--r--etc/runmirrors.mirror.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/runmirrors.mirror.sample b/etc/runmirrors.mirror.sample
new file mode 100644
index 0000000..33f30c8
--- /dev/null
+++ b/etc/runmirrors.mirror.sample
@@ -0,0 +1,21 @@
+# Definition of mirror hosts we push.
+# One mirror per line, with the following fields defined.
+#
+# ShortName HostName User SSHProtocol SSHKeyFile
+#
+# ShortName will be used as a shorthand in logfile outputs and for the logfile
+# where every ssh output gets redirected to.
+#
+# If no SSHKeyFile is given, the default from the config file applies.
+# If SSHProtocol is empty, it will default to 2, but if you want to
+# define a keyfile you HAVE TO set protocol too!
+#
+# Example:
+# eu.puccini puccini.debian.org archvsync 2 ~/.ssh/push_puccini
+#
+# will push puccini.debian.org, user archvsync, using ssh protocol 2 and the specified ssh key.
+#
+# One special value is allowed: DELAY
+# This word has to be on a line itself, nothing else, not even
+# whitespace. It will trigger a pause of $DELAY seconds between the two
+# mirrors. Per default DELAY is set to 60.