From: Kern Sibbald Date: Wed, 25 Mar 2009 10:23:42 +0000 (+0000) Subject: kes Added the following to provide solutions to the plugin/Accurate X-Git-Tag: Release-5.0.3~563 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e6a1da146e82c41075749d00720431ce5c1bfd7;p=bacula%2Frescue kes Added the following to provide solutions to the plugin/Accurate problem -- bug #1236 Cannot restore incremental backups with the Exchange plugin. - New Bacula read-only variable bVarAccurate -- returns accurate flag - New Bacula write-only variable bVarFileSeen -- marks a file as seen - New plugin entry point -- checkFile that is called at the end of an Accurate job and allows the plugin to mark a file as seen. ---