-
Notifications
You must be signed in to change notification settings - Fork 0
Home
opichon edited this page Oct 27, 2012
·
13 revisions
This repo provides several handlers for backupninja.
- svndump: subversion repository backup via svnadmin dump
- ldap: openldap database backup to ldif
- s3: backup to amazon S3
Install backupninja
apt-get install backupninja
Clone the repository on your server in the directory of your choice
cd ~
git clone git://github.com/opichon/backupninja.git
Create symlinks to the handlers in backupninja's handler directory. You only need to create symlinks for the handlers that you need.
cd /usr/share/backupninja
ln -s ~/backupninja/svndump
ln -s ~/backupninja/ldap
ln -s ~/backupnija/s3
Use the handlers just like any other handler. See the individual pages below for details about the syntax of the configuration files.