Ubuntu Pastebin

Paste from dmtd at Mon, 22 May 2017 17:52:53 +0000

Download as text
 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
Download as text