You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
460 B
24 lines
460 B
use chroot = false
|
|
strict modes = false
|
|
pid file = rsyncd.pid
|
|
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=65536
|
|
|
|
[PART1]
|
|
path = /cygdrive/B/
|
|
auth users = backup
|
|
secrets file = rsyncd.secrets
|
|
|
|
[PART2]
|
|
path = /cygdrive/L/
|
|
auth users = backup
|
|
secrets file = rsyncd.secrets
|
|
|
|
[PART3]
|
|
path = /cygdrive/M/
|
|
auth users = backup
|
|
secrets file = rsyncd.secrets
|
|
|
|
[PART4]
|
|
path = /cygdrive/N/
|
|
auth users = backup
|
|
secrets file = rsyncd.secrets |