]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_sqlite3_database.in
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / bacula / src / cats / drop_sqlite3_database.in
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6 # shell script to drop Bacula SQLite tables
7 db_name=@db_name@
8
9 cd @working_dir@
10 rm -rf ${db_name}.db
11 echo "SQLite database dropped."