Admin/rsyncd.conf
author blanchet
Thu, 26 Jul 2012 11:08:16 +0200
changeset 49549 2307efbfc554
parent 17769 3a324f3b34f6
permissions -rw-r--r--
Z3 prints so many warnings that the very informative abnormal termination exception hardly ever gets raised -- better be more aggressive here
     1 # rsync server configuration
     2 
     3 uid = nobody 
     4 gid = nobody 
     5 use chroot = yes
     6 log file = /tmp/rsyncd.log
     7 read only = true
     8 
     9 [isabelle-website]
    10     path = /home/proj/isabelle/website
    11     comment = Isabelle website
    12 
    13 [isabelle-distribution]
    14     path = /home/proj/isabelle/website/dist
    15     comment = Isabelle distribution
    16 
    17 # Sydney legacy link
    18 [isabelle-dist]
    19     path = /home/proj/isabelle/website
    20     comment = Isabelle website
    21