Re: [Bacula-users] Bacula 7.4.0 Win64 binaries job exit status

2016-07-24 Thread Joseph L. Casale
> Hello Joseph > > I've made a test and worked fine for me. Ugh, I just went to generate fresh output and noticed it was an issue with sqlcmd.exe not exiting non-zero as I thought, it was mistake. Sorry guys, jlc -- What

Re: [Bacula-users] Bacula 7.4.0 Win64 binaries job exit status

2016-07-24 Thread Wanderlei Huttel
Hello Joseph I've made a test and worked fine for me. A simple powershell file: --- #backup.ps $OutputFile="c:\output.txt" $Date = Get-Date $JobName = $args[0] Out-File -filepath $OutputFile -inputobject "$Date - $J

[Bacula-users] bacula Help!!!

2016-07-24 Thread nirvana
the volumes are marked in state used just ends each backup that will I need to configure? +-- |This was sent by nirvana...@hotmail.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +---

Re: [Bacula-users] Bacula 7.4.0 Win64 binaries job exit status

2016-07-24 Thread Elias Pereira
Post the error log file. Em 23/07/2016 9:58 PM, "Joseph L. Casale" escreveu: > I have a runbefore set to fail the job on error yet the binary which is > executed exits with a > return code of 1 and the job continues. > > Known issue? > > Thanks, > jlc > > > --