diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2021-01-15 23:17:34 +0100 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2021-01-15 23:17:34 +0100 |
commit | 1ada10f44e2baf28823156c006c82a076c52f530 (patch) | |
tree | c57a5d11efffe6f3a96d02b78765f55a1b6c3889 /borg-family-0.1/debian/control | |
download | borg-family-1ada10f44e2baf28823156c006c82a076c52f530.tar.gz borg-family-1ada10f44e2baf28823156c006c82a076c52f530.tar.bz2 borg-family-1ada10f44e2baf28823156c006c82a076c52f530.zip |
borg-family_0.1-1
Diffstat (limited to 'borg-family-0.1/debian/control')
-rw-r--r-- | borg-family-0.1/debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/borg-family-0.1/debian/control b/borg-family-0.1/debian/control new file mode 100644 index 0000000..3ca323f --- /dev/null +++ b/borg-family-0.1/debian/control @@ -0,0 +1,14 @@ +Source: borg-family +Maintainer: Ludovic Pouzenc <ludovic@pouzenc.fr> +Section: admin +Priority: optional +Standards-Version: 4.3.0 +Build-Depends: debhelper (>= 10) + +Package: borg-family +Architecture: all +Depends: bash (>= 2.0), borgbackup (>= 1.0), coreutils (>= 4.0), debconf, gawk, openssh-client, pwgen (>= 2.0), sed (>= 4.0), util-linux (>= 2.0), ${misc:Depends} +Description: Makes Borg running periodically to backup computers to a remote server + borg-family ease the backup automation configuration around Borg + in small environnements, like backuping some computers to a remote + family server. |