Bug Report:
CobianReflector-2.5.00.exe
Windows 10 Pro 22H2
RakudoMoar-2023.12.01-win-x86_64-msvc.msi
https://github.com/AntonOks/rakudo-star-win/releases
Reflector does not stop the task after and "exit 1" from a pre-backup event and "Cancel the task if task fails" is activated.
The return code:
And the run string of the command is shown in the log either. Here is what Cobian 11's log looks like. Notice it shows the entire run string.
I have also simulated this bug with the following batch file:
exit1.bat
CobianReflector-2.5.00.exe
Windows 10 Pro 22H2
RakudoMoar-2023.12.01-win-x86_64-msvc.msi
https://github.com/AntonOks/rakudo-star-win/releases
Reflector does not stop the task after and "exit 1" from a pre-backup event and "Cancel the task if task fails" is activated.
Code:
C:\NtUtil>Raku TestServer.pl6Ping statistics for 192.168.202.19: Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),>Server not found <192.168.202.19>
C:\NtUtil>echo %errorlevel%
1
"1" is not successful!2024-01-12 15:59:46 Executing the pre-backup events...
2024-01-12 15:59:46 Executing the program C:\Program Files\Rakudo\bin\raku.exe and waiting for it to exit.
2024-01-12 15:59:47 The program C:\Program Files\Rakudo\bin\raku.exe has been successfully executed and has terminated.
And the run string of the command is shown in the log either. Here is what Cobian 11's log looks like. Notice it shows the entire run string.
2024-01-12 16:20:45 Executing the program C:\Strawberry\perl\bin\perl.exe C:\NtUtil\Max.RotatorForCobianBackup.FTP.pl and waiting for it to exit.
I have also simulated this bug with the following batch file:
exit1.bat
Code:
exit 1
Statistics: Posted by Todd — 13 Jan 2024, 03:28 — Replies 0 — Views 61