From 64c5fe9bd8c97ffd69face90b433aececd69d1ac Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 25 May 2026 15:35:21 +0200 Subject: [PATCH] add backupmount man page --- Makefile | 5 +++++ src/man/backupmount.1 | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/man/backupmount.1 diff --git a/Makefile b/Makefile index d1fde08..5241247 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,10 @@ $(MANDIR)/man1/backup.1.gz: mkdir --parents $(@D) gzip --stdout --no-name --best $(SRCDIR)/man/backup.1 > $(@) +$(MANDIR)/man1/backupmount.1.gz: + mkdir --parents $(@D) + gzip --stdout --no-name --best $(SRCDIR)/man/backupmount.1 > $(@) + $(BUILDDIR)/$(PACKAGENAME).deb: \ $(BINDIR)/backup \ $(BINDIR)/backupmount \ @@ -62,6 +66,7 @@ $(BUILDDIR)/$(PACKAGENAME).deb: \ $(SHAREDIR)/copyright \ $(SHAREDIR)/changelog.gz \ $(MANDIR)/man1/backup.1.gz \ + $(MANDIR)/man1/backupmount.1.gz \ $(BUILDDIR)/$(PACKAGENAME)/DEBIAN/control mkdir --parents $(@D) diff --git a/src/man/backupmount.1 b/src/man/backupmount.1 new file mode 100644 index 0000000..1c7c7bd --- /dev/null +++ b/src/man/backupmount.1 @@ -0,0 +1,8 @@ +.TH backupmount 1 2026-05-25 + +.SH NAME +backupmount - is a bash script to mount luks hdds + +.SH CONFIGURATION +copy config-example.yaml from docs folder into folder it should run +backupmount scripts. it must configurate backup_volume and media. \ No newline at end of file -- 2.47.3