Re: [Bacula-users] Using `Where` on RunScript of a RestoreJob

2013-05-03 Thread Radosław Korzeniewski
Hello, 2013/5/2 Renan Gonçalves > 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

[Bacula-users] Using `Where` on RunScript of a RestoreJob

2013-05-02 Thread Renan Gonçalves
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 p