# dir for logs and locks RSHOME=~/.sisyphus-mirror # number of tries MAXATTEMPTS=5 # rsync protocol timeout (--timeout) TMOUT1=500 # pause between attempts TMOUT2=15 # http proxy server with HTTP CONNECT (host:port) #RSYNC_PROXY=localhost:3128 # source mirror SRCROOT=rsync://192.168.1.1/ALTLinux #SRCROOT=rsync://mirror.yandex.ru/altlinux #SRCROOT=rsync://ibiblio.org/Linux/distributions/altlinux #SRCROOT=rsync://ftp.linux.kiev.ua/ALTLinux # # distination directory DESTROOT=/EXPORT/ftp/pub/ALTLinux # example: we can use sisyphus-mirror for synchronize repos to removable media #DESTROOT=/media/disk/ALTLinux # temp directory for synchronization TMPDEST=.new # backup type - READ README.UTF8 #BACKUP_TYPE=one #BACKUP_TYPE=snapshots # directory for backups #BACKUP_DIR=/var/ftp/ALTLinux/previous-state #BACKUP_DIR=/var/ftp/ALTLinux/archive # repos for sync LIST="Sisyphus 4.0/branch updates" #LIST="Sisyphus 4.0/branch updates backports people/shrek" # exceptions file (--exclude-from=) EXCLUDE_FILE=/etc/sisyphus-mirror/exclude # temp dir for rsync (--partial-dir) PARTIAL=~/.sisyphus-mirror # speed limit in Kb/s (--bwlimit=) #SPEED=512 #SPEED= # other argumets for rsync ARGS="-rltcvHP --delete-after --stats" # if 1, print output to stdout INTERACTIVE=1 # admin's email (for reporting problems) MAINTAINER=root@localhost