17 lines
298 B
YAML
17 lines
298 B
YAML
---
|
|
rsync:
|
|
enabled: true
|
|
config:
|
|
global:
|
|
uid: 'root'
|
|
gid: 'root'
|
|
use chroot: 'no'
|
|
max connections: 4
|
|
syslog facility: 4
|
|
pid file: '/var/run/rsyncd.pid'
|
|
sections:
|
|
- name: 'tmp'
|
|
settings:
|
|
path: '/tmp'
|
|
read only: 'yes'
|