Table of Contents
bacula/bareos debugging
/usr/sbin/bacula-fd -f -d 400 -c /etc/bacula/bacula-fd.conf
source: http://www.waldersten.net/content.php?/archives/36-Running-bacula-file-daemon-in-debug-mode.html
delete failed and aborded jobs
echo 'list jobs' | bconsole | awk '{ if ( $17 == "A" || $17 == "f" ) system ("echo \"delete jobid="$2"\" | bconsole") }'
