Hi,

I've got an issue since about a week and I still can't solve it after a thorough research.

I've setup a rsync server on my backup host, with shares using post/pre-xfer exec options but the scripts seems not to even be called : they should write a lockfile, and write in a logfile some information about the transfer request / report.

I'm using rsync through stunnel and here's the server-side configuration. If someone had an idea I'd be really glad to hear it :)

Thanks



use chroot = no
uid = rsync
gid = rsync
max connections = 10
max verbosity = 10
timeout = 600
port = 8731
read only = yes
numeric ids = yes
munge symlinks = yes
list = no
fake super = yes
secrets file = /snapshots/conf/rsyncd.secrets
hosts deny = *
log file = /snapshots/log/rsyncd.log
lock file = /snapshots/tmp/rsyncd.lock
refuse options = rsync-path,rsync path

[myhost]
       path = /snapshots/data/hosts/myhost
       comment = Sauvegardes de myhost
       hosts allow = 127.0.0.1
       read only = no
       write only = no
       ignore nonreadable = yes
       refuse options = checksum
       exclude from = /snapshots/conf/myhost.exclude
       log file = /snapshots/log/myhost.rlog
       pre-xfer exec = /snapshots/conf/pre-xfer.sh
       post-xfer exec = /snapshots/conf/post-xfer.sh
       auth users = myhost
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to