]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/sparse-encrypt-test
Updates
[bacula/bacula] / regress / tests / sparse-encrypt-test
index 0003e4871883ee6de1ac9a0563e68cd1cf3a43b2..13dca21381d50219440eec6efb21b08407c86ff1 100755 (executable)
@@ -1,12 +1,11 @@
 #!/bin/sh
 #
-# Run a simple backup (with encryption) of the Bacula build directory
-#   then verify the signatures.
+# Run a simple backup with encryption and a real sparse file.
 #
-TestName="data-encrypt-test"
+TestName="sparse-encrypt-test"
 JobName=Crypto
 . scripts/functions
-set_debug 1
+set_debug 0
 
 scripts/cleanup
 scripts/copy-crypto-confs
@@ -31,6 +30,7 @@ setdebug level=10 fd
 run job=$JobName yes
 wait
 messages
+list volumes
 @# 
 @# now do a restore
 @#
@@ -52,7 +52,14 @@ sleep 2
 check_for_zombie_jobs storage=File 
 stop_bacula
 
+size=`du ${cwd}/tmp/bacula-restores/${cwd}/build/src/tools/gigaslam.gif | cut -f 1`
+if [ $size -gt 120 ]; then
+   echo "========== restored sparse file: gigaslam.gif too big ========="
+   echo "      size is ${size}K it should be 120K"
+fi
+
 check_two_logs
 check_restore_diff
 end_test
 rm -f ${cwd}/build/src/tools/gigaslam.gif
+rm -r ${cwd}/build/gigaslam.gif