Hi, On Wed, Jun 12, 2013 at 4:18 PM, Lukas Kahwe Smith <[email protected]> wrote: > Correct? Or any recommendations for a hot backup strategy using XML?
In general I'd recommend against XML persistence, as it's ancient, inefficient and as a non-bundle PM deprecated since 2.2 [1]. Use the embedded Derby PM or BundleFsPersistenceManager if an external database is not preferred. On backups, if the underlying storage does not support point-in-time backups then you'll need an application-level mechanism to guarantee that no changes are being committed to the repository while a backup is in progress. [1] http://archive.apache.org/dist/jackrabbit/2.2.0/RELEASE-NOTES.txt BR, Jukka Zitting
