1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 | pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock log file = /var/log/rsync.log port = 915 [appcore] path = /opt/dir1 comment = Core read only = false write only = false timeout = 300 [m2] path = ~/dir2 comment = Repo read only = false write only = false timeout = 300 |