# sed 's%Type = Backup%Type = Backup; Accurate = yes%' ${cwd}/tmp/1 > ${cwd}/bin/bacula-dir.conf
 sed 's%Type = Backup%Type = Backup%' ${cwd}/tmp/1 > ${cwd}/bin/bacula-dir.conf
 
+$bperl -e "add_attribute('$conf/bacula-dir.conf', 'Max Run Time', '90min', 'Job')"
+$bperl -e "add_attribute('$conf/bacula-dir.conf', 'SpoolData', 'no', 'Job')"
+
 change_jobname MonsterFileSet $JobName
 start_test
 
 list pools
 messages
 @#setdebug level=110 storage=File
-run job=$JobName storage=File yes
+run job=$JobName spooldata=no storage=File yes
 list pools
 list volumes
 wait
 JobFiles order by JobId desc ;
 
 messages
-run job=$JobName storage=File yes
+run job=$JobName spooldata=no storage=File yes
 wait
 messages
 @# 
 @#
 @$out ${cwd}/tmp/log2.out
 @#setdebug level=400 storage=File
-restore where=${cwd}/tmp/bacula-restores select storage=File
+restore where=${cwd}/many-files/bacula-restores select storage=File
 unmark *
 mark *
 count