nanbando/jackrabbit

Nanando-Plugin to backup jackrabbit databases

Installs: 845

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

Type:plugin

pkg:composer/nanbando/jackrabbit

0.2.2 2021-01-08 20:21 UTC

This package is auto-updated.

Last update: 2025-10-09 06:49:36 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.