#!/bin/bash
#
# Bacula storage maintenance scripts
# Delete the SQLite3 Bacula tables
#

rm -f /var/lib/bacula/bacula.db
echo "Bacula SQLite3 tables dropped."
