Failed to load the database DBI driver SQLite at ./bacula-backup-lib.pl line 45
Based on:
- https://nklug.org.ua/node/23
- http://www.microhowto.info/howto/connect_to_a_sqlite_database_using_perl_dbi.html
- https://ru.wikibooks.org/wiki/Bacula/Быстрый_старт
- http://help.ubuntu.ru/wiki/руководство_по_ubuntu_server/резервное_копирование/bacula
- https://www.digitalocean.com/community/tutorials/how-to-install-bacula-server-on-ubuntu-14-04
The main problem was:
Failed to load the database DBI driver SQLite at ./bacula-backup-lib.pl line 45
this ultra fast fix can help:
apt-get install libdbd-sqlite3-perl
You can install any needed module based on SQL you use: MySQL, PostrgeSQL etc.