I'd like a feature to pre-create the tmp tables for restoring jobs. Preferably it will run after a job completes.
This is because a lot of the clients I have back up *a lot* of files. I can't sit there for 10-15 minutes if I need to do a restore.
thanks
In Job resource "RunAfterJob" script ?
yeah, that'd be great. i suppose we need a command line script that will take a jobID and do the tmp table generation for us. is that possible?
In future versions of webacula.
http://www.bacula.org/manuals/en/install/install/Configuring_Director.html
Job {
...
RunScript {
RunsWhen = After
FailJobOnError = No
# %i - JobId
Command = "/path/make_tmp_tables_for_restore.php %i"
}
When approximately will webacula support the bvfs API included in Bacula 5.0.0? :)
I looked bvfs API in bacula 5.
But I do not know what it may be useful in webacula.
For example, how to organize the selection of file/directory by clicking and then unloaded to a file for processing by Director.
With bvfs API that I can see the same hard problem as without bvfs.