#155 error was not reported on the slack webhook because -e flag is not set in bash, and even if it was, the error would not be caught and reported.
It would be best to convert the backup bash script to Python and check for any errors in a try-catch.
#155 error was not reported on the slack webhook because
-eflag is not set in bash, and even if it was, the error would not be caught and reported.It would be best to convert the backup bash script to Python and check for any errors in a try-catch.