]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Revert ClientRunBeforeJob as it was in 1.38.x
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 20 Feb 2007 13:38:43 +0000 (13:38 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 20 Feb 2007 13:38:43 +0000 (13:38 +0000)
     You can't use them to generate Include/Exclude list

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4222 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/backup.c

index 8b9dfd8db262b130f03cbbe0eb1ad9c8476e8cd1..24b29d3384550330c335589a1e76c25b171674e0 100644 (file)
@@ -171,19 +171,15 @@ bool do_backup(JCR *jcr)
    set_jcr_job_status(jcr, JS_Running);
    fd = jcr->file_bsock;
 
-   if (!send_level_command(jcr)) {
-      goto bail_out;
-   }
-
-   if (!send_runscripts_commands(jcr)) {
+   if (!send_include_list(jcr)) {
       goto bail_out;
    }
 
-   if (!send_include_list(jcr)) {
+   if (!send_exclude_list(jcr)) {
       goto bail_out;
    }
 
-   if (!send_exclude_list(jcr)) {
+   if (!send_level_command(jcr)) {
       goto bail_out;
    }
 
@@ -209,6 +205,10 @@ bool do_backup(JCR *jcr)
       goto bail_out;
    }
 
+   if (!send_runscripts_commands(jcr)) {
+      goto bail_out;
+   }
+
    /*    
     * We re-update the job start record so that the start
     *  time is set after the run before job.  This avoids