Update debian/control to reflect support for restic

This commit is contained in:
Jerome Charaoui 2021-01-21 16:59:14 -05:00
parent 7c7717d68e
commit 967daa95e1
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,7 @@ examples/example.maildir
examples/example.makecd
examples/example.mysql
examples/example.pgsql
examples/example.restic
examples/example.rdiff
examples/example.rsync
examples/example.sh

6
debian/control vendored
View File

@ -35,7 +35,8 @@ Suggests:
subversion,
trickle,
wodim,
borgbackup
borgbackup,
restic
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,
@ -49,7 +50,7 @@ Description: lightweight, extensible meta-backup system
.
Backupninja currently supports common backup utilities, easing their
configuration, currently supported are: rdiff-backup, duplicity, rsync,
borgbackup and CD/DVD.
borgbackup, restic and CD/DVD.
.
Most handlers have their own dependencies/recommendations, shown in brackets
below:
@ -62,3 +63,4 @@ Description: lightweight, extensible meta-backup system
- svn [subversion]
- tar [bzip2]
- borg [borgbackup]
- restic [restic]