#!/bin/sh # # Cleanup left over files -- both before and after test run # rm -rf /tmp/FileVolume* tmp/FileVolume* rm -rf /tmp/TestVolume001 /tmp/bacula-restores /tmp/Small* rm -rf /tmp/sed_tmp /tmp/file-list rm -rf tmp/* rm -rf working/log tmp/TEST-* rm -rf working/*.bsr rm -rf /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