Add rsync Dockerfile
This commit is contained in:
12
deploy/test_case_rsync/rsyncd.conf
Normal file
12
deploy/test_case_rsync/rsyncd.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
port = 873
|
||||
uid = root
|
||||
gid = root
|
||||
use chroot = yes
|
||||
read only = yes
|
||||
log file = /log/rsyncd.log
|
||||
|
||||
[testcase]
|
||||
path = /test_case/
|
||||
list = yes
|
||||
auth users = ojrsync
|
||||
secrets file = /etc/rsyncd.passwd
|
||||
Reference in New Issue
Block a user