Hi Peter, On Tue, Sep 15, 2009 at 1:22 PM, Peter Chiochetti <[email protected]> wrote: > ...Is there a convenient way to capture /content/mycontent/ and /apps/myapp/ > that is suitable for sling (initial) content loading?...
I don't think there's an immediate way. I would use a WebDAV mount to copy files to the source code tree of the bundle that you want to create with initial content. And, use the .sysview.xml export for things that go beyond files. The resulting sysview export can be used for initial content loading, but it will also contain the content of the files mentioned above, so you will need to filter it (maybe using XSLT). Or use it for the whole content, but you then lose the convenience of the separate files in your source code tree. > ...This was also a backup strategy, wasnt it? Id really appreciate that > because > I lost my repository once to some not intelligible chance.... Backup is more of a Jackrabbit concern, there's http://wiki.apache.org/jackrabbit/BackupTool but I don't know how current that tool is, you might want to ask on the Jackrabbit users lists. -Bertrand
