/usr/bin/bconsole is in bacula-console 5.2.5-0ubuntu6.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
CFGFILE=/etc/bacula/bconsole.conf
exec /usr/sbin/bacula-console -c $CFGFILE $*
|