> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Matthias Meyer
> > Sent: 16. november 2008 20:16
> > To: rsync@lists.samba.org
> > Subject: pre-exec fails in windows
> >
> > Hi,
> >
> > I want to disable windows suspend before starting backup by
Hi,
I want to disable windows suspend before starting backup by rsync.
My rsyncd.conf:
-
max connections = 6
log file = /var/log/backup-service.log
read only = false
write only = false
transfer logging = no
list = false
max verbosity = 6
pre-xfer exec = powercfg /H off
[C]