API workers using Gearman::Driver
[cloudstore.git] / rsyncd.conf
index ba98dab..17c17a1 100644 (file)
@@ -3,10 +3,10 @@ gid = nogroup
 use chroot = yes
 
 #max connections = 4
-lock file = /srv/cloudshare/var/rsyncd.lock
+lock file = /srv/cloudstore/var/rsyncd.lock
 
 #syslog facility = local5
-log file  = /srv/cloudshare/var/rsyncd.log
+log file  = /srv/cloudstore/var/rsyncd.log
 #      %a the remote IP address
 #      %b the number of bytes actually transferred
 #      %B the permission bits of the file (e.g. rwxrwxrwt)
@@ -16,8 +16,7 @@ log file  = /srv/cloudshare/var/rsyncd.log
 #      %h the remote host name
 #      %i an itemized list of what is being updated
 #      %l the length of the file in bytes
-#      %L  the  string  " -> SYMLINK", " => HARDLINK", or "" (where SYMLINK or
-#      HARDLINK is a filename)
+#      %L  the  string  " -> SYMLINK", " => HARDLINK", or "" (where SYMLINK or HARDLINK is a filename)
 #      %m the module name
 #      %M the last-modified time of the file
 #      %n the filename (short form; trailing "/" on dir)
@@ -29,20 +28,20 @@ log file  = /srv/cloudshare/var/rsyncd.log
 #      %U the uid of the file (decimal)
 
 transfer logging = yes
-log format = %o %h [%a] %m (%u) %f %l
+log format = TRANSFER %o %u %h %a %m %u %l %f
 max verbosity = 5
 
-pid file  = /srv/cloudshare/var/rsyncd.pid
+pid file  = /srv/cloudstore/var/rsyncd.pid
 
 # don't check secrets file permission (uid)
 strict modes = no
 
-pre-xfer exec = /srv/cloudshare/pre-xfer.sh
-post-xfer exec = /srv/cloudshare/post-xfer.sh
+pre-xfer exec = /srv/cloudstore/pre-xfer.sh
+post-xfer exec = /srv/cloudstore/post-xfer.sh
 
 [dpavlin]
-       path = /srv/cloudshare/blob/dpavlin
+       path = /srv/cloudstore/blob/dpavlin
 #      comment = 
        auth users = dpavlin
-       secrets file = /srv/cloudshare/secrets/dpavlin
+       secrets file = /srv/cloudstore/secrets/dpavlin
        read only = false