3 # Run a simple backup of the Bacula build directory
7 if [ $MUID != 0 ] ; then
9 echo "You must be root to run this test."
10 echo " ===== lib-test-root failed!!! ===== "
11 echo " ===== lib-test-root failed!!! ===== " >>test.out
16 scripts/copy-test-confs
18 echo "/lib" >/tmp/file-list
19 bin/bacula stop 2>&1 >/dev/null
20 bin/drop_sqlite_tables
21 bin/make_sqlite_tables
24 echo " === Starting /lib save/restore test ==="
27 bin/bacula start 2>&1 >/dev/null
28 bin/console -c bin/console.conf <<END_OF_DATA
42 restore where=${cwd}/tmp/bacula-restores select all
49 bin/bacula stop 2>&1 >/dev/null
51 ${cwd}/bin/testls -e ${cwd}/scripts/exclude-lib-test lib >${cwd}/tmp/original
52 cd ${cwd}/tmp/bacula-restores
53 ${cwd}/bin/testls -e ${cwd}/scripts/exclude-lib-test lib >${cwd}/tmp/restored
55 sed s%.*lib/kbd/consolefonts$%lib/kbd/consolefonts% original >1
58 sed s%.*lib/kbd/consolefonts$%lib/kbd/consolefonts% restored >1
63 diff tmp/original tmp/restored 2>&1 1>/dev/nul
67 echo " ===== lib-test-root failed!!! ===== "
68 echo " ===== lib-test-root failed!!! ===== " >>test.out
71 echo " ===== lib-test-root OK ===== "
72 echo " ===== lib-test-root OK ===== " >>test.out