summaryrefslogtreecommitdiffstats
path: root/extra/rsync-server/rsyncd.conf
blob: ccd9d9d811b8f0a8501c7abcb3edea7e9effec5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#This is a basic rsync configuration file
# It exports a single module without user authentication.

motd file = /home/rsync/welcome.msg
use chroot = yes

[localhost]
    path = /home/rsync
    comment = Default rsync module
    read only = yes
    list = yes
    uid = rsyncd
    gid = rsyncd