From: Bastian Dehn Date: Mon, 25 May 2026 13:35:21 +0000 (+0200) Subject: add backupmount man page X-Git-Tag: v1.0.2^2~3^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=64c5fe9bd8c97ffd69face90b433aececd69d1ac;p=simple-backup.git add backupmount man page --- 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