chiark / gitweb /
Mirror admin stuff, initial commit.
[mirror-admin] / doc / ftpsync / pushpdo.conf.sample
CommitLineData
db2c5b8b
MW
1########################################################################
2########################################################################
3## This is a sample configuration file for the runmirror script. ##
4## Most of the values are commented out and just shown here for ##
5## completeness, together with their default value. ##
6########################################################################
7########################################################################
8
9## Which ssh key to use?
10#KEYFILE=.ssh/pushmirror
11
12## The directory for our logfiles
13#LOGDIR="${BASEDIR}/log"
14
15## Our own logfile
16#LOG="${LOGDIR}/${NAME}.log"
17
18## Our lockfile directory
19#LOCKDIR="${BASEDIR}/locks"
20
21## We do create a logfile for every run. To save space we rotate it, this
22## defines how many we keep
23#LOGROTATE=14
24
25## Our mirrorfile
26#MIRRORS="${BASEDIR}/etc/${NAME}.mirror"
27
28## extra ssh options we might want. *hostwide*
29#SSH_OPTS=""
30
31## The script can send logs (or error messages) to a mail address.
32## If this is unset it will default to the local root user unless it is run
33## on a .debian.org machine where it will default to the mirroradm people.
34#MAILTO="root"
35
36## How long to wait for mirrors to do stage1 if we have multi-stage syncing
37#PUSHDELAY=240
38
39## which path to push
40#MIRRORPATH="/org/packages.debian.org/mirror/"