From 522c96df683705b80d8a60c8115874220b343172 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 17 Nov 2008 21:12:19 +0100 Subject: runmirrors document the config add default for keyfile Signed-off-by: Joerg Jaspert --- etc/runmirrors.conf.sample | 60 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 14 deletions(-) (limited to 'etc/runmirrors.conf.sample') diff --git a/etc/runmirrors.conf.sample b/etc/runmirrors.conf.sample index 6bb1f89..c7f5788 100644 --- a/etc/runmirrors.conf.sample +++ b/etc/runmirrors.conf.sample @@ -1,14 +1,46 @@ -HOME=~archvsync -LOGNAME="archvsync" -USER="archvsync" -MAIL= -PATH="/bin:/usr/bin:$HOME" -KEYFILE=.ssh/pushmirror -# Hook scripts can be run at various places. -# Leave them blank if you don't want any -# Hook1: After reading config, before doing the first real action -# Hook2: Between two hosts to push -# Hook3: When everything is done -HOOK1= -HOOK2= -HOOK3= +######################################################################## +######################################################################## +## This is a sample configuration file for the runmirror script. ## +## Most of the values are commented out and just shown here for ## +## completeness, together with their default value. ## +######################################################################## +######################################################################## + +## Which ssh key to use? +#KEYFILE=.ssh/pushmirror + +## The directory for our logfiles +#LOGDIR="${BASEDIR}/log" + +## Our own logfile +#LOG="${LOGDIR}/${NAME}.log" + +## Our lockfile directory +#LOCKDIR="${BASEDIR}/locks" + +## How to rotate the log +#SAVELOG="savelog -t -c 14" + +## Our mirrorfile +#MIRRORS="${BASEDIR}/etc/${NAME}.mirror" + +## extra ssh options we might want. *hostwide* +#SSH_OPTS="" + +## Whats our archive name? We will also tell our leafs about it +## This is usually empty, but if we are called as "runmirrors bpo" +## it will default to bpo. This way one runmirrors script can serve +## multiple archives, similar to what ftpsync does. +#PUSHARCHIVE="${CONF}" + +## How long to wait for mirrors to do stage1 if we have multi-stage syncing +#PUSHDELAY=240 + +## Hook scripts can be run at various places. +## Leave them blank/commented out if you don't want any +## Hook1: After reading config, before doing the first real action +## Hook2: Between two hosts to push +## Hook3: When everything is done +#HOOK1="" +#HOOK2="" +#HOOK3="" -- cgit v1.2.3