Source: backup
Section: utils
Priority: optional
Maintainer: Joe User <joe@unknown>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 libcap-ng-dev,
 libcap-dev,
Standards-Version: 4.6.2
# Homepage: <insert the upstream URL, if relevant>
#Vcs-Browser: https://salsa.debian.org/debian/backup
#Vcs-Git: https://salsa.debian.org/debian/backup.git

Package: backup
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Backup helper glue code
 A Linux system with ssh and rsync already has the necessary
 mechanisms to backup sub-trees to remote machines; with a snapshotting
 file system the backups can even be versioned. These packages provide
 the required glue to run backups automated.
 Linux capabilities allow the entire system to run without the need for UID 0.
