Re: [BackupPC-users] PostUserCmd Errors

2016-08-18 Thread Michel Z. Santello
> Actually, I'm doing that, my script give me a failure report, but I'd like > a "real failure", detected and reported by backuppc > > [image: Imagem inline 1] > Above, 0.6 min backups are success, and 0.0 are failed. > > I'll try to implement. > > > Thx > Hi, I forgot that feature, [image: Imag

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

Re: [BackupPC-users] PostUserCmd Errors

2016-08-17 Thread Jason Spohn
: [BackupPC-users] PostUserCmd Errors 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 fa

[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