nanbando/jackrabbit

Nanando-Plugin to backup jackrabbit databases

0.2.2 2021-01-08 20:21 UTC

This package is auto-updated.

Last update: 2024-04-09 03:18:49 UTC


README

Nanando-Plugin which uses phpcr to backup and restore jackrabbit data.

Installation

You can install this plugin by adding nanbando/jackrabbit to the require-section of the nanbando.json file.

Configuration

{
    "name": "application",
    "backup": {
        "cmf": {
            "plugin": "jackrabbit",
            "parameter": {
                "jackrabbit_uri": "http://localhost:8080/server/",
                "workspace": "default",
                "user": "admin",
                "password": "***",
                "path": "/cmf"
            }
        },
    },
    "require": {
        "nanbando/jackrabbit": "^0.1"
    }
}

Documentation

See the official documentation on nanbando.readthedocs.io/en/latest/plugins/index.html.