summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
Commit message (Collapse)AuthorAge
* Documentation updatearch-includePeter Palfrader2016-02-11
|
* Merge remote-tracking branch 'waldi/arch-include'Peter Palfrader2016-02-11
|\ | | | | | | | | | | | | | | | | | | | | * waldi/arch-include: Correctly generate architecture list in case for arch include Factor out arch exclude and include into function Support architecture include Factor out source exclude specification Conflicts: bin/ftpsync
| * Support architecture includeBastian Blank2016-01-26
| |
* | Default to stunnel4 with checkHost - this will break unless one runs stretch ↵Peter Palfrader2016-02-04
| | | | | | | | or newer
* | Also support socat, and document that both stunnel4 and socat in their ↵Peter Palfrader2016-02-03
| | | | | | | | current versions are horrible
* | Add experimental rsync over SSL (stunnel) supportPeter Palfrader2016-02-01
|/
* Add new arch ppc64elSimon Paillard2014-08-18
|
* ARCH_EXCLUDE: add new arch "arm64"Simon Paillard2014-08-02
|
* Revised trace file generation a bit.Eugene Paskevich2014-05-08
| | | | | | - Added an option to write the date only. - Added an option to change the hostname written into the trace file. - Open the new temporary trace file for writing only once.
* Merge remote-tracking branch 'rgeissert/really-done'Simon Paillard2013-05-01
|\
| * Limit the number of update retriesRaphael Geissert2012-12-18
| | | | | | | | | | | | In case something went wrong somewhere and upstream's update stalled or there are stale AUIP files, this will prevent ftpsync from retrying without an eventual error message.
| * Retry the sync after a delay if an upstream AUIP file is foundRaphael Geissert2012-04-26
| |
* | Method --delete-delay as not configurable defaultSimon Paillard2013-05-01
| |
* | Add RSYNC_DELETE_METHOD option to make it easier to use --delete-delayRaphael Geissert2013-05-01
| | | | | | | | | | | | | | If RSYNC_OPTIONS2 hasn't been modified, this will result in --delete-delay being used if rsync 3.0.0 or greater is used. Signed-off-by: Raphael Geissert <geissert@debian.org>
* | Sync sample config file options with that of the binaryRaphael Geissert2012-12-17
| | | | | | | | | | | | | | | | | | | | | | This also ensures that even if RSYNC_OPTIONS is uncommented in the config file, the trace, lock, and sync flag files are never removed. The use of the exclude filter, could result in unexpected behaviour due to the removal of the Update-Required flag file, and some temporary 404s that have been seen by http.debian.net. Signed-off-by: Raphael Geissert <geissert@debian.org>
* | Pass exclude options as --opt=value to avoid shell expansionRaphael Geissert2012-12-17
| | | | | | | | | | | | | | Quoting the values would some times result in double quoting, preventing the patterns from matching what they were intended to match. Signed-off-by: Raphael Geissert <geissert@debian.org>
* | Add missing --exclude i18n/* from sample ftpsync.conf fileRaphael Geissert2012-12-17
| | | | | | | | | | | | | | Only if the variable was not set in the config file, the i18n/ files would actually be excluded. Signed-off-by: Raphael Geissert <geissert@debian.org>
* | Revert "Exclude all of dist/ from the first stage"Joerg Jaspert2012-05-21
| | | | | | | | | | | | This reverts commit 2cb884ddc8eec3b620fd369c250958273feb0e01. Signed-off-by: Joerg Jaspert <joerg@debian.org>
* | * bin/ftpsync: Add a RSYNC_EXTRA option,Joerg Jaspert2012-05-18
| | | | | | | | | | | | for the local admins to set extra rsync options, to be prepended to the rsync call Signed-off-by: Joerg Jaspert <joerg@debian.org>
* | * bin/ftpsync: Added EXTENDEDTRACE optionJoerg Jaspert2012-05-18
| | | | | | | | | | | | | | | | one can now select to have no tracefile, just to touch a file, terse or full format. For Debian mirrors it has to be full. Signed-off-by: Joerg Jaspert <joerg@debian.org>
* | Exclude all of dist/ from the first stageRaphael Geissert2012-04-26
|/ | | | | | | All the files under dist/ are indexes and need to be updated as close together as possible. Of all the stuff in dist/, only installer-<arch> can and should be synced in the first stage.
* enhance description of RSYNC_PATHJoerg Jaspert2012-02-22
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* New arch for ARCH_EXCLUDE: armhf and s390xSimon Paillard2011-11-30
| | | | <877h2psdxn.fsf@gkar.ganneff.de>
* ftpsync: better default confSimon Paillard2011-11-23
| | | | TO and RSYNC_PATH for regular mirroradm setup
* ftpsync.conf.sampleJoerg Jaspert2011-02-22
| | | | | | adjust sample rsync_options1 Signed-off-by: Joerg Jaspert <joerg@debian.org>
* bwlimitJoerg Jaspert2010-10-10
| | | | | specify RSYNC_BW to limit rsyncs bandwidth. value in kb. 0 or unset means unlimited Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Defualt RSYNC_OPTIONS: preserve permissionsSimon Paillard2010-03-13
|
* ftpsync lockingJoerg Jaspert2010-01-01
| | | | | | | | | | have three ways of locking, depending on the bash version old bash (older than 4 :) ) does not have BASHPID variable, nor a good way to find the pid of a backgrounded subshell. so if we have old bash, go the way of guessing if its still running, by comparing the age of the LOCK file or by taking our proc/self target as pid Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Add kfreebsd-amd64 and kfreebsd-i386 to list of architecturesSimon Paillard2009-05-04
|
* savelogJoerg Jaspert2008-11-19
| | | | | savelog on our own Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ftpsyncJoerg Jaspert2008-11-18
| | | | | kick lockfile, use shell only Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ftpsyncJoerg Jaspert2008-11-17
| | | | | lockfile in shell, for procmail haters Signed-off-by: Joerg Jaspert <joerg@debian.org>
* move the more important options to the top of the config sampleJoerg Jaspert2008-11-08
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ftpsyncJoerg Jaspert2008-11-08
| | | | | make it possible to send full rsync logs too. default is off Signed-off-by: Joerg Jaspert <joerg@debian.org>
* rsync_proxyJoerg Jaspert2008-11-06
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Host -> MirrornameJoerg Jaspert2008-11-06
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Warn above rsync optionsJoerg Jaspert2008-11-06
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* remove sourceJoerg Jaspert2008-11-06
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ftpsyncJoerg Jaspert2008-11-06
| | | | | use MIRRORNAME, not (bash set) HOSTNAME Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ftpsyncJoerg Jaspert2008-11-03
| | | | | | modify the config sample to document *EVERY* possible option a user might want to modify Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ftpsync, runmirrorsJoerg Jaspert2008-10-21
| | | | | | small fixes and "" at some places Signed-off-by: Joerg Jaspert <joerg@debian.org>
* configsJoerg Jaspert2008-10-04
renamed the configuration samples to clearly show what they are for. Signed-off-by: Joerg Jaspert <joerg@debian.org>