From: Bastian Dehn Date: Mon, 25 May 2026 13:18:06 +0000 (+0200) Subject: add extended description X-Git-Tag: v1.0.2^2~3^2~5 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=046f1482ac4f0f3951c7b86cbe5f017b8c8004c5;p=simple-backup.git add extended description --- diff --git a/Makefile b/Makefile index abebb6c..b162b9e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ clean: $(BUILDDIR)/$(PACKAGENAME)/DEBIAN/control: mkdir --parents $(@D) - cat $(SRCDIR)/control | sed "s/\$$VERSION/$(VERSION)/" > $(@) + cat $(SRCDIR)/debian/control | sed "s/\$$VERSION/$(VERSION)/" > $(@) $(BINDIR)/backup: mkdir --parents $(@D) diff --git a/src/control b/src/control deleted file mode 100644 index 2449ffa..0000000 --- a/src/control +++ /dev/null @@ -1,8 +0,0 @@ -Package: simple-backup -Version: $VERSION -Section: admin -Priority: optional -Architecture: amd64 -Maintainer: Bastian Dehn -Description: backup bash script on rsync base -Depends: yq (>= 3.4.3-2), rsync (>= 3.4.1+ds1-5+deb13u2), ssh (>= 1:10.0p1-7+deb13u4), cryptsetup (>= 2:2.7.5-2) diff --git a/src/debian/control b/src/debian/control new file mode 100644 index 0000000..1053b14 --- /dev/null +++ b/src/debian/control @@ -0,0 +1,10 @@ +Package: simple-backup +Version: $VERSION +Section: admin +Priority: optional +Architecture: amd64 +Maintainer: Bastian Dehn +Depends: yq (>= 3.4.3-2), rsync (>= 3.4.1+ds1-5+deb13u2), ssh (>= 1:10.0p1-7+deb13u4), cryptsetup (>= 2:2.7.5-2) +Description: backup bash script on rsync base + backup script makes backup configured with config.yaml. it can mount + luks hdds with config.yaml. A restore script is included