Hi bacula users,

Given the following restore job scrap:

```
Job {
  Name = "RestoreJob"
  Type = restore
  ...
  RunScript {
     Command = "sh -c 'do something with %where'"
  }
}
```

When scheduling a new restore I dynamically set the `Where` property.
I use before/after commands to fix some permissions issues, yet I need to
have a way to dynamically get the `Where` property into my command.

Is there a way to reference `Where` in my RunScript command?


Thanks!

-- 
Renan Gonçalves aka renan.saddam
Software Engineer at TrueServer B.V.
CakePHP Core Developer

W: renangoncalves.com
T: twitter.com/renan_saddam
M: +31 (0)6 4662 1860
L: Amsterdam, The Netherlands
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to