]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add see also man section
authorBastian Dehn <hhaalo@arcor.de>
Tue, 26 May 2026 14:24:58 +0000 (16:24 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 26 May 2026 14:24:58 +0000 (16:24 +0200)
src/man/backup.1
src/man/backupmount.1
src/man/restore.1

index fcdabc2ba1220c954589bdb366d0ac437aed124b..1e38c0bb7b411ea4364315ca6838586ef40f1377 100644 (file)
@@ -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
index 1c7c7bdb025a41cb1c6d7fc3de7b936d6c22e811..e3ec1e8f78e58cdf00e5e2124a1479cd55adb202 100644 (file)
@@ -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
index 7a402b9cea36cf0cea9fb40f354fb93663cac57e..cad35024de0766419aa04f400f55e0001a210783 100644 (file)
@@ -16,4 +16,7 @@ restore -d <date> -n <number> -r <host> -p <path> [-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