Files
mirror/ftpsync.conf
2026-02-28 22:17:51 +09:00

53 lines
1.7 KiB
Plaintext

########################################################################
########################################################################
## This is a sample configuration file for the ftpsync mirror script. ##
## Only options most users may need are included. For documentation ##
## and all available options see ftpsync.conf(5). ##
########################################################################
########################################################################
BASE_DIR=${BASE_DIR-"/srv/mirror"}
DATA_DIR=${DATA_DIR-"/srv/mirror/pub"}
echo $BASE_DIR $DATA_DIR
MIRRORNAME="mirror.morgan.kr"
TO="${DATA_DIR}/debian"
# MAILTO="$LOGNAME"
HUB=false
########################################################################
## Connection options
########################################################################
RSYNC_HOST="mirrors.xtom.com"
RSYNC_PATH="debian"
# RSYNC_USER=
# RSYNC_PASSWORD=
########################################################################
## Mirror information options
########################################################################
INFO_MAINTAINER="Morgan <mirror@morgan.kr>"
# INFO_SPONSOR="Example <https://example.com>"
INFO_COUNTRY=KR
INFO_LOCATION="Seoul, Korea"
INFO_THROUGHPUT=1Gb
########################################################################
## Include and exclude options
########################################################################
# ARCH_INCLUDE="amd64 arm64 riscv64 source"
# ARCH_EXCLUDE=
########################################################################
## Log option
########################################################################
LOGDIR="${BASE_DIR}/logs"
UIPRETRIES=9
TRACEHOST="mirror.morgan.kr"