X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ffiles%2Fdakmaster%2Frsyncd.conf;h=62c0139df1140ba33afd9237d0f663557b78823c;hb=4fa00c924213011c7aaf780177423fef776ee069;hp=46d4f60aee2a796802c5461bdd78dcb8d93a4f8d;hpb=4612e4d0e37493f79becfa45caf9adcd657ed7ca;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/files/dakmaster/rsyncd.conf b/modules/roles/files/dakmaster/rsyncd.conf index 46d4f60ae..62c0139df 100644 --- a/modules/roles/files/dakmaster/rsyncd.conf +++ b/modules/roles/files/dakmaster/rsyncd.conf @@ -1,8 +1,8 @@ uid = nobody gid = nogroup -max connections = 25 syslog facility = daemon socket options = SO_KEEPALIVE +reverse lookup = false timeout = 7200 log file = /var/log/rsyncd/rsyncd.log @@ -35,3 +35,9 @@ strict modes = false path = /srv/static.debian.org/master/incoming.debian.org-current-live/debian-buildd/dists auth users = * secrets file = /home/archvsync/rsyncd/debian-buildd-dists.secrets + +[debian-buildd] + comment = debian-buildd tree. Not staged, or synced, or necessarily consistent. Only use for speeding up subsequent syncs of the debian archive. + path = /srv/ftp-master.debian.org/public/incoming.debian.org/web/debian-buildd + auth users = * + secrets file = /home/archvsync/rsyncd/debian-buildd.secrets