]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add only ended backup
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 5 Mar 2007 09:19:40 +0000 (09:19 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 5 Mar 2007 09:19:40 +0000 (09:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4309 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/script/update_job_old.sql

index abd9962665f6d69d608630b443330c07acee52c0..a922246a4b2a8d5d5e6273fe0f27e51f354036e7 100644 (file)
@@ -4,5 +4,5 @@
 -- then put this on your crontab
 -- */20 * * * * psql -f /opt/bacula/etc/update_job_old.sql > /home/bacula/update_job_old.log
 INSERT INTO job_old
-  (SELECT * FROM Job WHERE JobId NOT IN (SELECT JobId FROM job_old) );
+  (SELECT * FROM Job WHERE JobStatus in ('T', 'f', 'A') AND JobId NOT IN (SELECT JobId FROM job_old) );