增加rsync同步功能
This commit is contained in:
11
dockerfiles/test_case_rsync/rsyncd.conf
Normal file
11
dockerfiles/test_case_rsync/rsyncd.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
port = 873
|
||||
uid = root
|
||||
gid = root
|
||||
use chroot = yes
|
||||
read only = yes
|
||||
log file = /OnlineJudge/log/rsyncd.log
|
||||
[testcase]
|
||||
path = /OnlineJudge/test_case/
|
||||
list = yes
|
||||
auth users = ojrsync
|
||||
secrets file = /etc/rsyncd/rsyncd.passwd
|
||||
Reference in New Issue
Block a user