BackupPC-users

Re: [BackupPC-users] newbie: backupPC installed ok, but trouble with 1st backup

2012-11-23 00:17:41
Subject: Re: [BackupPC-users] newbie: backupPC installed ok, but trouble with 1st backup
From: Adam Goryachev <mailinglists AT websitemanagers.com DOT au>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 23 Nov 2012 15:49:06 +1100
On 23/11/12 15:39, Les Mikesell wrote:
> On Thu, Nov 22, 2012 at 9:16 PM, Matthew Grob <mgrob AT grobfamily DOT org> 
> wrote:
>>
>> OK so here's the problem - when i issue the command to start a full backup, 
>> nothing happens.  there is nothing in the queue, no log of a failed 
>> attempted, nothing.  (there is a log in the server that says a full backup 
>> was requested)
>>
>> -backupPC status seems to report nothing in the queue and no attempts made.  
>> It does report that there were no ping responses, but that is expected, 
>> since icmp is blocked between these two machines.
> Backuppc won't continue if the ping test fails.  Change $Conf{PingCmd}
> to something that will succeed like /bin/true.
Or allow ICMP ping requests.... Or find another simple command that will
attempt a connection on port 22 (SSH), and return it's result similar to
what ping does. The ping is used to determine if the machine is online
or not, and in conjunction with the blackoutperiods, to determine if
BackupPC shoud attempt a backup as soon as the remote machine is online
(ignore the blackoutperiod) or wait until it is online outside of the
blackoutperiod. Also, if the machine is offline (or you are getting an
old IP address) you will want to ensure the attempted backup will fail
quickly, so it doesn't take a week to timeout and retry.

Also, be aware of how everything will behave when the IP address changes
(do you need to re-add the remote server to your known_hosts? etc)

Hope this helps.

Regards,
Adam

-- 
Adam Goryachev
Website Managers
www.websitemanagers.com.au


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/