Skip to content

Instantly share code, notes, and snippets.

@xueliu
Forked from kudaliar032/ftpsync.conf
Created October 22, 2021 14:38
Show Gist options
  • Save xueliu/314f2cd182bbd87431fc143891156d42 to your computer and use it in GitHub Desktop.
Save xueliu/314f2cd182bbd87431fc143891156d42 to your computer and use it in GitHub Desktop.
########################################################################
########################################################################
## 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