From b21beb369a7eac9ee728a08e695647591e6867c3 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 13 Dec 2006 10:57:52 +0000 Subject: [PATCH] ebl Now you can use RunScript to generate client-list-file FileSet (ie \file_bsock; - if (!send_include_list(jcr)) { + if (!send_level_command(jcr)) { goto bail_out; } - if (!send_exclude_list(jcr)) { + if (!send_runscripts_commands(jcr)) { goto bail_out; } - if (!send_level_command(jcr)) { + if (!send_include_list(jcr)) { + goto bail_out; + } + + if (!send_exclude_list(jcr)) { goto bail_out; } @@ -205,10 +209,6 @@ 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 -- 2.39.5