From: Bastian Dehn Date: Tue, 26 May 2026 14:24:58 +0000 (+0200) Subject: add see also man section X-Git-Tag: v1.0.2^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=2395528352889c5d755a356d3023213edd39996e;p=simple-backup.git add see also man section --- 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