]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Apply fix to sql_cmds.c suggested by
authorKern Sibbald <kern@sibbald.com>
Fri, 15 May 2009 09:57:00 +0000 (09:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 15 May 2009 09:57:00 +0000 (09:57 +0000)
     Ulrich Leodolter <ulrich.leodolter at obvsg.at>
     which prevents restore by file selection from using
     Copy jobs.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8830 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/sql_cmds.c
bacula/technotes

index 0fd6b3538ddd16589e0719fcbc2cc350392d304a..83fd16e5b97293146d257e464b6e970aaa457f29 100644 (file)
@@ -399,6 +399,7 @@ const char *uar_jobid_fileindex =
    "AND Job.ClientId=Client.ClientId "
    "AND Path.PathId=File.PathId "
    "AND Filename.FilenameId=File.FilenameId "
+   "AND JobStatus IN ('T','W') AND Type='B' "
    "ORDER BY Job.StartTime DESC LIMIT 1";
 
 const char *uar_jobids_fileindex =
index 0b6821f05eee17c333fd4b619a34831a97c66a7f..80762e6dbca2c846d319ce8aa5580ba120b3e840 100644 (file)
@@ -3,6 +3,10 @@
 General:
 
 14May09
+kes  Apply fix to sql_cmds.c suggested by
+     Ulrich Leodolter <ulrich.leodolter at obvsg.at>
+     which prevents restore by file selection from using
+     Copy jobs.
 kes  Add new nagios_plugin_check_bacula.tgz from
      Masopust, Christian <christian.masopust at siemens.com>
 kes  Reduce bconsole help to fit in 80 columns