aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: af0171bd5248886d1c6740f06ef498e7e948ec91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: backupninja
Section: admin
Priority: optional
Maintainer: Micah Anderson <micah@riseup.net>
Build-Depends: debhelper (>= 5.0.0), autoconf, automake
Build-Conflicts: autoconf2.13
Standards-Version: 3.9.2
Homepage: https://labs.riseup.net/code/projects/show/backupninja
Vcs-Git: git://labs.riseup.net/backupninja.git

Package: backupninja
Architecture: all
Depends: gawk | mawk, dialog, bash (>=2.05b-26), bsd-mailx | mailx | mailutils, ${misc:Depends}
Suggests: rdiff-backup, hwinfo, genisoimage, wodim, cdrdao, dvd+rw-tools, debconf-utils, mdadm
Description: lightweight, extensible meta-backup system
 Backupninja lets you drop simple config files in /etc/backup.d to
 coordinate system backups. Backupninja is a master of many arts,
 including incremental remote filesystem backup, MySQL backup, and ldap
 backup. By creating simple drop-in handler scripts, backupninja can
 learn new skills. Backupninja is a silent flower blossom death strike to
 lost data.
 .
 In addition to backing up regular files, Backupninja has handlers to ease 
 backing up: ldap, maildir, MySQL, svn, trac, and the output from shell scripts 
 .
 Backupninja currently supports common backup utilities, easing their 
 configuration, currently supported are: rdiff-backup, duplicity, CD/DVD
 .
 Most handlers have their own dependencies/recommendations, shown in brackets
 bellow:
 .
  - dup [duplicity]
  - rdiff [rdiff-backup]
  - sys [debconf-utils, hwinfo, mdadm]
  - makecd [genisoimage, wodim]
  - rsync [rsync]
  - svn [subversion]
  - tar [bzip2]