######################################################################## ######################################################################## ## 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 " # INFO_SPONSOR="Example " 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"