X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=rsyncd.conf;h=17c17a1f2b35206aa3a402bec099d6d634bd938c;hb=41187c9904153b484a817883805fb8ad6a206b40;hp=ba98dab063faa79924dfaece46937f060b643800;hpb=91c8fb8899c6685eb7c2b51209b7a5ae4230e822;p=cloudstore.git diff --git a/rsyncd.conf b/rsyncd.conf index ba98dab..17c17a1 100644 --- a/rsyncd.conf +++ b/rsyncd.conf @@ -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