Last active
October 22, 2021 14:38
-
-
Save kudaliar032/1a5c568b4bae02c6ed5f28038ddb31a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################## | |
######################################################################## | |
## 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). ## | |
######################################################################## | |
######################################################################## | |
# MIRRORNAME=`hostname -f` | |
TO="/home/debian-mirror/data" | |
# MAILTO="$LOGNAME" | |
# HUB=false | |
######################################################################## | |
## Connection options | |
######################################################################## | |
RSYNC_HOST="debian.inf.tu-dresden.de" | |
RSYNC_PATH="debian" | |
# RSYNC_USER= | |
# RSYNC_PASSWORD= | |
######################################################################## | |
## Mirror information options | |
######################################################################## | |
INFO_MAINTAINER="Aditya Rahman <mail@aditaja.my.id>" | |
# INFO_SPONSOR="Example <https://example.com>" | |
INFO_COUNTRY=DE | |
# INFO_LOCATION="Example" | |
INFO_THROUGHPUT=100Mb | |
######################################################################## | |
## Include and exclude options | |
######################################################################## | |
# ARCH_INCLUDE= | |
ARCH_EXCLUDE="arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x" | |
EXCLUDE="--exclude Debian* --exclude experimental* --exclude jessie* --exclude old* --exclude proposed* --exclude rc* --exclude sid* --exclude stretch* --exclude testing* --exclude unstable*" | |
######################################################################## | |
## Log option | |
######################################################################## | |
# LOGDIR= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment