From 2395528352889c5d755a356d3023213edd39996e Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 26 May 2026 16:24:58 +0200 Subject: [PATCH] add see also man section --- src/man/backup.1 | 5 ++++- src/man/backupmount.1 | 5 ++++- src/man/restore.1 | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/man/backup.1 b/src/man/backup.1 index fcdabc2..1e38c0b 100644 --- a/src/man/backup.1 +++ b/src/man/backup.1 @@ -16,4 +16,7 @@ check display the last backups of day, week and month .SH CONFIGURATION copy config-example.yaml from docs folder into folder it should run -backup scripts. it must configurate pathes machines and so on. \ No newline at end of file +backup scripts. it must configurate pathes machines and so on. + +.SH SEE ALSO +backupmount(1), restore(1) \ No newline at end of file diff --git a/src/man/backupmount.1 b/src/man/backupmount.1 index 1c7c7bd..e3ec1e8 100644 --- a/src/man/backupmount.1 +++ b/src/man/backupmount.1 @@ -5,4 +5,7 @@ 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 +backupmount scripts. it must configurate backup_volume and media. + +.SH SEE ALSO +backup(1), restore(1) \ No newline at end of file diff --git a/src/man/restore.1 b/src/man/restore.1 index 7a402b9..cad3502 100644 --- a/src/man/restore.1 +++ b/src/man/restore.1 @@ -16,4 +16,7 @@ restore -d -n -r -p [-o -h] -o origin deletion mode - deletes files on destination -h show help .EE -.P \ No newline at end of file +.P + +.SH SEE ALSO +backup(1), backupmount(1) \ No newline at end of file -- 2.47.3