mirror of
https://github.com/morgan9e/mirror
synced 2026-04-14 00:14:15 +09:00
Init
This commit is contained in:
52
ftpsync.conf
Normal file
52
ftpsync.conf
Normal file
@@ -0,0 +1,52 @@
|
||||
########################################################################
|
||||
########################################################################
|
||||
## 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"
|
||||
Reference in New Issue
Block a user