X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=debian%2Fcontrol;h=809207057894595410a52ef7ae7354927d442063;hb=ecb8f3e2195e3ce77392b741ff56bae3c57b511c;hp=d7dd6d701c2d2def5a6645cd884e0fe8503f1814;hpb=ed22ffa9a4386df3b48c330bc11f9f8ffbe5bf47;p=rrq%2Fbuckap.git diff --git a/debian/control b/debian/control index d7dd6d7..8092070 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,20 @@ -Source: buck -Section: unknown +Source: buckap +Section: admin Priority: optional Maintainer: Ralph Ronnquist +Origin: Devuan Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.1 #Homepage: -#Vcs-Browser: https://salsa.debian.org/debian/buck -#Vcs-Git: https://salsa.debian.org/debian/buck.git +Vcs-Browser: https://git.devuan.org/rrq/buckap +Vcs-Git: https://git.devuan.org/rrq/buckap.git Rules-Requires-Root: no -Package: buck +Package: buckap Architecture: all -Depends: ${misc:Depends}, bash, duplicity, bsdutils -Description: Backup control script for duplicity with multi-level history. - This script should be set up to run daily by root so as to make a daily - backup snapshot run to the ssh host named "backup". +Depends: ${misc:Depends}, bash, bsdutils, duplicity, python3-pexpect, + cron | anacron, iselect +Description: Backup control for duplicity with multi-level history. + Utility scripting for managing daily backups with duplicity onto an + scp-accessible remote host to make it into a series of monthly + snapshots with stashed daily sub-sequences.