Vicent writes:

> When backing up Windows Clients with rsyncd, in the CGI there is no way to
> input the username.
> ¿is this a bug?
> I put the Username in the config file by hand, and now, it works perfect.
> 
> Thanks, and sorry for my english. :)

Yes, this is a bug.  To fix it:

 - In lib/BackupPC/Config/Meta.pm, after this line:

        RsyncdPasswd              => "boolean",

   add a new line:

        RsyncdUserName            => "boolean",

 - In your main config.pl file, add a new entry to $Conf{CgiUserConfigEdit}
   that says:

        'RsyncdUserName' => '1',

I've added this to the todo list for the next release.

Craig

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to