Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Ian via BackupPC-users
On 4/5/24 17:40, Les Mikesell wrote: You can use $Conf{ClientNameAlias} to point multiple hosts to the same IP (or a resolvable name). Yes, this works so long as I override the RsyncSshArgs in the host config to include the correct port. Thanks___

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Mike Hughes
Hi Ian, I'm not sure why it would suddenly stop working for you as that seems like a completely legitimate solution. FWIW, this is the command I use for unpingable clients: $Conf{PingCmd} = '/bin/echo $host'; Best of luck! From: Ian via BackupPC-users Sent: Frid

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Les Mikesell
On Fri, Apr 5, 2024 at 3:56 PM Ian via BackupPC-users wrote: > > I guess this is my fault due to my setup. I have several systems at a single > dynamic ip. I have backupPC set up like so: You can use $Conf{ClientNameAlias} to point multiple hosts to the same IP (or a resolvable name). --

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Kim Scarborough
Just add everything you want to /etc/hosts on the backuppc server. On 4/5/24 3:53 PM, Ian via BackupPC-users wrote: Thank you!  You're completely right. When it says 2024-04-05 15:28:10 Can't find host myhost.com via NS and netbios 2024-04-05 15:28:10 can't ping (client = myhost.com);

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Ian via BackupPC-users
Thank you!  You're completely right. When it says 2024-04-05 15:28:10 Can't find host myhost.com via NS and netbios 2024-04-05 15:28:10 can't ping (client = myhost.com); exiting It seems like the first line is the real failure, and the ping is never attempted. Apologies for the list to

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread backuppc--- via BackupPC-users
Ian via BackupPC-users wrote: > the PingCmd field The documentation suggests to alter PingPath rather than PingCmd: https://backuppc.github.io/backuppc/BackupPC.html#_conf_pingpath_ Fabian ___ BackupPC-users mailing list BackupPC-users@lists.sourcef

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Robert Trevellyan
Unless I'm missing something, this seems to be important: 2024-04-05 15:28:10 Can't find host myhost.com via NS and netbios Have you tried adding an entry to your hosts file just to get past this and allow further troubleshooting? Robert Trevellyan On Fri, Apr 5, 2024 at 3:45 PM Ian via BackupP

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread tomas
On Fri, Apr 05, 2024 at 02:27:55PM -0400, Ian via BackupPC-users wrote: > Hi, > > I've been using BackupPC for many years now, and have used /usr/bin/true as > the ping command [...] Are you sure it's supposed to be /usr/bin/true and not just /bin/true? Cheers -- t signature.asc Description:

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Ian via BackupPC-users
On 4/5/24 15:25, to...@tuxteam.de wrote: On Fri, Apr 05, 2024 at 02:27:55PM -0400, Ian via BackupPC-users wrote: Hi, I've been using BackupPC for many years now, and have used /usr/bin/true as the ping command [...] Are you sure it's supposed to be /usr/bin/true and not just /bin/true? Cheers

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Ian via BackupPC-users
On 4/5/24 14:52, Mike Hughes wrote: $Conf{PingCmd} = '/bin/echo $host'; Thanks for the idea, unfortunately same result. 2024-04-05 15:28:10 Can't find host myhost.com via NS and netbios 2024-04-05 15:28:10 can't ping (client = myhost.com); exiting I also tried this $Conf{PingCmd} =