Re: [BackupPC-users] Restore fails with "host mars has mismatching netbios name"

2016-08-17 Thread Michael Stowe
On 2016-08-18 00:39, a...@berner-telecom.de wrote: > Hi Backuppc-Users, > > I am new to this list so please bare with me in case I am doing > something odd. > > I am have been using backuppc on a debian 8.5 vm server since quite > some > time now and have made backups and restores successfully t

[BackupPC-users] Restore fails with "host mars has mismatching netbios name"

2016-08-17 Thread ab
Hi Backuppc-Users, I am new to this list so please bare with me in case I am doing something odd. I am have been using backuppc on a debian 8.5 vm server since quite some time now and have made backups and restores successfully to a remote system called "mars" with a given fixed ip-address. I

Re: [BackupPC-users] PostUserCmd Errors

2016-08-17 Thread Michel Z. Santello
> I would script the command to report its exit status to a log file > somewhere where you can check it. Maybe even have it email you the status. > > > > -Jason > > > Actually, I'm doing that, my script give me a failure report, but I'd like a "real failure", detected and reported by backuppc [im

[BackupPC-users] News mention of Craig Barratt

2016-08-17 Thread Carl Wilhelm Soderstrom
Look at the 3rd paragraph down. https://www.techdirt.com/articles/20160816/05532635253/google-fiber-hasnt-hit-snag-just-evolving.shtml Mostly just a mention in passing. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com -

Re: [BackupPC-users] PostUserCmd Errors

2016-08-17 Thread Jason Spohn
I would script the command to report its exit status to a log file somewhere where you can check it. Maybe even have it email you the status. -Jason From: Michel Z. Santello [mailto:michel...@gmail.com] Sent: Wednesday, August 17, 2016 6:29 AM To: backuppc-users@lists.sourceforge.net Subject: [

[BackupPC-users] PostUserCmd Errors

2016-08-17 Thread Michel Z. Santello
Hi, Is it possible to get a failure error from a PostUserCmd? More specifically an ArchivePostUserCmd. I'd like to check if my ArchivePostUserCmd was successfully finished, apparently, the bin/BackupPC_archive script doesn't make any check for failures on custom commands. Someone did try anythin