John writes:
> What it does not seem to do is give me an option to set
>
> $Conf{RsyncdUserName} = 'backup';
This is a CGI editor bug in 3.0.0 that is fixed in 3.1.0beta.
Craig
-
This SF.net email is sponsored by: Splunk I
Just to say that I have now solved this, the $Conf{RsyncdUserName} is
set within the server config file rather than on a per host basis, does
make sense now I see it.
Thanks for the couple of people who responded with suggestions.
Ta
John
John Moorhouse wrote:
> Not sure what I'm missing but
Not sure what I'm missing but if I use the CGI front end to create the
192.168.0.12.pl config file it creates:-
$Conf{RsyncShareName} = [
'dDrive'
];
$Conf{RsyncdPasswd} = 'tarlach';
$Conf{XferMethod} = 'rsyncd';
What it does not seem to do is give me an option to set
$Conf{RsyncdUserName} =