3 # Attempt to backup from a fifo and restore to a fifo
10 scripts/copy-test-confs
11 echo "/tmp/bfifo" >/tmp/file-list
15 # send a file into the fifo
17 cat ${file} >/tmp/bfifo&
21 cat <<END_OF_DATA >tmp/bconcmds
25 label storage=File1 volume=TestVolume001
26 run job=$JobName storage=File1 yes
35 cat <<END_OF_DATA >tmp/bconcmds
42 @#setdebug level=50 client
43 restore where=/ select all storage=File1 done
51 cat </tmp/bfifo >tmp/${file}&
55 check_for_zombie_jobs storage=File1
59 diff ${file} tmp/${file}