git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3696
91ce42f0-d328-0410-95d8-
f526ca767f89
mkdir ${cwd}/tmp/build
# Copy only the .c files (to be restored)
# set files to "*.c" for all c files
-files="ua_update.c"
+files="ua_tree.c ua_update.c"
# files="*.c"
for i in ${files}; do
cp -p ${cwd}/build/src/dird/${i} ${cwd}/tmp/build
@#
@$out tmp/log2.out
setdebug level=30 fd
+setdebug level=10 storage=File
sql
@# print the JobMedia records
select * from JobMedia;