]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_sqlite3_tables.in
Backport from BEE
[bacula/bacula] / bacula / src / cats / drop_sqlite3_tables.in
1 #!/bin/sh
2 #
3 # shell script to Delete the SQLite Bacula database (same as deleting 
4 #  the tables)
5 #
6 #
7 #  Bacula® - The Network Backup Solution
8 #
9 #  Copyright (C) 2000-2014 Free Software Foundation Europe e.V.
10 #
11 #  The main author of Bacula is Kern Sibbald, with contributions from many
12 #  others, a complete list can be found in the file AUTHORS.
13 #
14 #  You may use this file and others of this release according to the
15 #  license defined in the LICENSE file, which includes the Affero General
16 #  Public License, v3.0 ("AGPLv3") and some additional permissions and
17 #  terms pursuant to its AGPLv3 Section 7.
18 #
19 #  Bacula® is a registered trademark of Kern Sibbald.
20 #
21 db_name=@db_name@
22
23 rm -f @working_dir@/${db_name}.db