Re: [Bacula-devel] Plugin compatibility with compression and encryption

2009-03-26 Thread Graham Keeling
On Thu, Mar 26, 2009 at 11:06:01AM +0100, Kern Sibbald wrote: > Hello, > > Some time ago, you asked if plugins work with compression and encryption. > I've now had a chance to look at the code, and in principle, the answer is > yes. > > When a command plugin is being used, the plugin_save() en

Re: [Bacula-devel] Plugin compatibility with compression and encryption

2009-03-26 Thread James Harper
> Hello, > > Some time ago, you asked if plugins work with compression and > encryption. > I've now had a chance to look at the code, and in principle, the answer > is yes. The fileset I test the exchange plugin with is: FileSet { Name = "exchtest-full" Enable VSS = yes Include { Optio

[Bacula-devel] Plugin compatibility with compression and encryption

2009-03-26 Thread Kern Sibbald
Hello, Some time ago, you asked if plugins work with compression and encryption. I've now had a chance to look at the code, and in principle, the answer is yes. When a command plugin is being used, the plugin_save() entry point is called rather than the normal save_file() entry point. After