I'm deplying windows bacula fd clients on windows XP SP2 boxes, using
latest version.

I've found that i was not able to escape correctly path on jobs
pre-exec script, eg:

        ClientRunBeforeJob = "%ALLUSERSPROFILE%/Dati 
applicazioni/Bacula/before.bat"

does not work, print:

        11-gen 17:29 pp1-fd JobId 6: ClientRunBeforeJob: run command 
""%ALLUSERSPROFILE%/Dati applicazioni/Bacula/before.bat""
        11-gen 17:29 pp1-fd JobId 6: ClientRunBeforeJob: "C:\Documents" non 
<8A> riconosciuto come comando interno o esterno,
        11-gen 17:29 pp1-fd JobId 6: ClientRunBeforeJob:  un programma 
eseguibile o un file batch.

(tried also with \"...\", same error). Instead:

        ClientRunBeforeJob = "\"C:/Documents and Settings/All Users/Dati 
applicazioni/Bacula/before.bat\""

works flawlessy.

I'm missing something? Thanks.

-- 
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  marco.gaiarin(at)sv.lnf.it      tel +39-0434-842711  fax +39-0434-842797

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to