#!/bin/sh # # Cleanup left over files -- both before and after test run # cwd=`pwd` rm -rf ${cwd}/tmp/FileVolume* rm -rf ${cwd}/tmp/TestVolume001 ${cwd}/tmp/bacula-restores ${cwd}/tmp/Small* rm -rf ${cwd}/tmp/sed_tmp ${cwd}/tmp/file-list rm -rf tmp/* rm -rf working/log tmp/TEST-* rm -rf working/*.bsr rm -rf working/*.trace rm -rf ${cwd}/tmp/disk-changer find . -name "gigaslam.gif" -exec rm -f {} \; # bin directory does not always exist if [ -d bin ] then bin/bacula stop 2>&1 >/dev/null cd bin ./drop_bacula_tables >/dev/null 2>&1 ./make_bacula_tables >/dev/null 2>&1 ./grant_bacula_privileges >/dev/null 2>&1 cd .. fi if [ x$USE_VTAPE = xyes ]; then rm -rf working/ach fi