test login return from create_user
[cloudstore.git] / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 use chroot = yes
4
5 #max connections = 4
6 lock file = /srv/cloudstore/var/rsyncd.lock
7
8 #syslog facility = local5
9 log file  = /srv/cloudstore/var/rsyncd.log
10 #       %a the remote IP address
11 #       %b the number of bytes actually transferred
12 #       %B the permission bits of the file (e.g. rwxrwxrwt)
13 #       %c the total size of the block checksums received for  the  basis  file (only when sending)
14 #       %f the filename (long form on sender; no trailing "/")
15 #       %G the gid of the file (decimal) or "DEFAULT"
16 #       %h the remote host name
17 #       %i an itemized list of what is being updated
18 #       %l the length of the file in bytes
19 #       %L  the  string  " -> SYMLINK", " => HARDLINK", or "" (where SYMLINK or HARDLINK is a filename)
20 #       %m the module name
21 #       %M the last-modified time of the file
22 #       %n the filename (short form; trailing "/" on dir)
23 #       %o the operation, which  is  "send",  "recv",  or  "del."  (the  latter includes the trailing period)
24 #       %p the process ID of this rsync session
25 #       %P the module path
26 #       %t the current date time
27 #       %u the authenticated username or an empty string
28 #       %U the uid of the file (decimal)
29
30 transfer logging = yes
31 log format = TRANSFER %o %u %h %a %m %u %l %f
32 max verbosity = 5
33
34 pid file  = /srv/cloudstore/var/rsyncd.pid
35
36 # don't check secrets file permission (uid)
37 strict modes = no
38
39 pre-xfer exec = /srv/cloudstore/pre-xfer.sh
40 post-xfer exec = /srv/cloudstore/post-xfer.sh
41
42 [dpavlin]
43         path = /srv/cloudstore/blob/dpavlin
44 #       comment = 
45         auth users = dpavlin
46         secrets file = /srv/cloudstore/secrets/dpavlin
47         read only = false