You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2006/07/15 12:10:51 UTC

[Jackrabbit Wiki] Update of "BackupTool" by Nico

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by Nico:
http://wiki.apache.org/jackrabbit/BackupTool

------------------------------------------------------------------------------
  The configuration file would look like this:.
  
  {{{
- <RabbitHole>
+ <Backup>
  <WorkingFolder path="/home/" />
  <!-- For now only ObjectPersistenceManager and XMLPersistenceManager -->
  <PersistenceManager class="...">
@@ -28, +28 @@

  </PersistenceManager>
  
  
-   <Repository>
+   <Ressources>
      <Resource name=”custom node type” savingClass=”FQN backup class">
         <!-- the resource class is fetching those parameters if needed. For now, only one needs it -->
         <param name=”param1” value=”1” />
@@ -44, +44 @@

  -->
    </Workspaces>
  
-   </Repository>
- </RabbitHole>
+   </Ressources>
+ </Backup>
  }}}