Skip to content
Snippets Groups Projects
Commit 5f104968 authored by intrigeri's avatar intrigeri
Browse files

List every handler's dependencies in the long description.

This makes it clear what package(s) one must install in order to use any given
handler.

The devscript package's long description served as an example of how we can deal
with shipping that many tools and only suggesting their individual dependencies,
without going through the overhead of shipping every single handler in its own
binary package.
parent b60527e5
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,14 @@ Description: lightweight, extensible meta-backup system
.
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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment