-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrsyncd.conf
68 lines (60 loc) · 1.89 KB
/
rsyncd.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# sample rsyncd.conf configuration file
# GLOBAL OPTIONS
motd file=/home/gap/rsyncfiles/motd
log file=/home/gap/rsyncfiles/rsyncd.log
pid file=/home/gap/rsyncfiles/rsyncd.pid
#syslog facility=daemon
#socket options=
# MODULE OPTIONS
[gap-rsync]
comment = GAP compiled for Linux x86_64, reference installation
path = /home/gap/rsyncfiles/gap-rsync
use chroot = no
max connections=5
lock file = /home/gap/rsyncfiles/rsyncd.lock
read only = yes
list = yes
# uid = nobody
# gid = nogroup
# exclude = #specify any file in path not to be accessed
# exclude from =
# include =
# include from =
# auth users = #allow specific users to connect (besides anonymous)
# secrets file = /etc/rsyncd.secrets
# strict modes = yes #makes sure the secrets file has proper permissions
# hosts allow =
# hosts deny =
ignore errors = no
ignore nonreadable = yes
transfer logging = no
log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
timeout = 600
# refuse options = checksum, dry-run
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz *.pdf
[gapsync]
comment = Script for download and installation of the GAP rsync distribution
path = /home/gap/rsyncfiles/gap-rsync/gapsync/gapsync
use chroot = no
max connections=5
lock file = /home/gap/rsyncfiles/rsyncd.lock
read only = yes
list = yes
# uid = nobody
# gid = nogroup
# exclude = #specify any file in path not to be accessed
# exclude from =
# include =
# include from =
# auth users = #allow specific users to connect (besides anonymous)
# secrets file = /etc/rsyncd.secrets
# strict modes = yes #makes sure the secrets file has proper permissions
# hosts allow =
# hosts deny =
ignore errors = no
ignore nonreadable = yes
transfer logging = no
log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
timeout = 600
# refuse options = checksum, dry-run
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz *.pdf