On Fri, 2006-09-08 at 11:48 -0400, Prepaid wrote:
> Hello
> 
> I'm attempting to create an backup, with the XferMethod='rsyncd'
> 
> However I need to pass onto rsync which out going interface to bind
> to.
> 
> I've tried passing it through:
> $Conf{RsyncClientPath} = ['/usr/bin/rsync','--address= 10.10.5.1'];
> and
> $Conf{RsyncClientPath} = '/usr/bin/rsync --address=10.10.5.1';
> and
> $Conf{RsyncArgs} = [
> '--address=10.10.5.1'
> ];
> 
> but none of them seem to work. Does anyone have any idea how to pass
> it through?

Your route table should tell everything what interface to use for
outbound connections.  Directly connected networks should already
be there if you have the correct netmask for the interface.  If
you go through another router, add a route with the correct next-hop
and the connection will go through the appropriate interface to
reach it.

-- 
  Les Mikesell
  [EMAIL PROTECTED]


-------------------------------------------------------------------------
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to