systools

System management tools
git clone git://git.meso-star.fr/systools.git
Log | Files | Refs | README | LICENSE

commit d4a785df999d48c46f112da81a69e20d3e4b3923
parent 575e1cadf84f3b63a5e4fe08f845f3e68afc6ec5
Author: vaplv <vaplv@posteo.net>
Date:   Sun, 24 Nov 2024 22:12:39 +0100

Fix the typography on the backup manual page

Diffstat:
Mbackup.8 | 15+++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/backup.8 b/backup.8 @@ -15,19 +15,22 @@ .Dd October 1, 2023 .Dt BACKUP 8 .Os +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh NAME .Nm backup .Nd filesystem backup +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh SYNOPSIS .Nm -.Pa backup_dir -.Pa files_to_backup ... +.Ar backup_dir +.Ar files_to_backup ... +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh DESCRIPTION .Nm saves the files listed in the -.Pa files_to_backup +.Ar files_to_backup arguments to the -.Pa backup_dir +.Ar backup_dir directory. It is a shell script that relies on the .Xr dump 8 @@ -59,6 +62,7 @@ The dump level between is listed first, followed by a space and the index of the Hanoi Tower sequence number .Pq between Bq 0, 2 . +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh ENVIRONMENT .Bl -tag -width Ds .It Ev NEXTBACKUP @@ -66,8 +70,10 @@ File in which identifiers for the next backup file are stored. Default is .Pa /etc/nextbackup . .El +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh EXIT STATUS .Ex -std +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh EXAMPLES Daily backup of partition .Pa /dev/sda3 @@ -83,6 +89,7 @@ backup /mnt/storage /dev/sda3 # Day 3 -> level 2 backup /mnt/storage /dev/sda3 # Day 4 -> level 5 \&... .Ed +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh SEE ALSO .Xr cron 8 , .Xr dump 8