haruspex <[email protected]> wrote on 01/31/2012 10:59:12 AM:
> Hello.
>
> “rsync target::” works just fine:
> vm-backuppc# /usr/local/bin/rsync 192.168.0.118::
> docs Documents and Settings
> dDrive Entire D Drive
>
> The logs don't provide anything more specific than “Backup failed on
> <HostName> (inet connect: Operation timed out)”. I guess the problem
> is somewhere with how BackupPC handles the sockets or nearby, judging
> by results of “grep -r "inet connect" *”...
Ah, but what you're testing and what BackupPC does are different.
In your test, you used the IP address. BackupPC uses the name of the host
and tries to resolve it. Can you do:
rsync HostToTest::
(or whatever) and get a list of shares? If, so, great: it's something
with BackupPC. If *not*, then it's a problem with name resolution.
From personal experience, I've found that it's infinitely easier and more
reliable to simply fix the IP address of computers that will be backed up
by BackupPC (either by assigning them a fixed IP or (preferred) having
the DHCP server give them the same IP every time), and using /etc/hosts on
the BackupPC machine (or even better: internal DNS) to resolve the name
to the fixed IP.
There have been too many problems with dynamic IP's, especially with
NetBIOS name resolution, for my taste. If you're going to invest time and
effort into solving this problem, I would suggest putting that time into a
Dynamic IP/DNS solution. (That's one of the few things I like about
Active Directory...)
Tim Massey
Out of the Box Solutions, Inc.
Creative IT Solutions Made Simple!
http://www.OutOfTheBoxSolutions.com
[email protected]
22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/