File: control

package info (click to toggle)
backupninja 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 964 kB
  • sloc: sh: 1,655; makefile: 230
file content (67 lines) | stat: -rw-r--r-- 1,935 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: backupninja
Section: admin
Priority: optional
Maintainer: Debian backupninja maintainers <pkg-backupninja@lists.riseup.net>
Uploaders:
 Micah Anderson <micah@riseup.net>,
 Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
 debhelper-compat (= 13),
Build-Conflicts:
 autoconf2.13,
Standards-Version: 4.6.2
Homepage: https://0xacab.org/liberate/backupninja
Vcs-Browser: https://0xacab.org/liberate/backupninja/tree/debian
Vcs-Git: https://0xacab.org/liberate/backupninja.git

Package: backupninja
Architecture: all
Depends:
 bash (>=2.05b-26),
 dialog,
 gawk | mawk,
 ${misc:Depends},
Recommends:
 bsd-mailx | mailx | mailutils,
Suggests:
 borgbackup,
 bzip2,
 debconf-utils,
 duplicity,
 fdisk | util-linux (<< 2.29.2-3~),
 genisoimage,
 hwinfo,
 mdadm,
 rdiff-backup,
 restic,
 rsync,
 subversion,
 trickle,
 wodim,
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, and MySQL 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: Maildir, MySQL, PostgreSQL, SVN, Trac, hardware and system
 information, as well as the output from custom shell scripts.
 .
 Backupninja currently supports common backup utilities, easing their
 configuration, currently supported are: rdiff-backup, duplicity, rsync,
 borgbackup, restic and CD/DVD.
 .
 Most handlers have their own dependencies/recommendations, shown in brackets
 below:
 .
  - dup [duplicity, trickle]
  - rdiff [rdiff-backup]
  - sys [debconf-utils, hwinfo, mdadm]
  - makecd [genisoimage, wodim]
  - rsync [rsync]
  - svn [subversion]
  - tar [bzip2]
  - borg [borgbackup]
  - restic [restic]