Update Debian package

This commit is contained in:
2025-07-06 00:24:44 +00:00
parent bf80fd057d
commit 9a1d39a4e8
10 changed files with 28 additions and 28 deletions

View File

@ -1,8 +1,8 @@
.TH ROUTER_BACKUP 1 "July 2025" "router-backup 1.0.0" "User Commands"
.TH IPNG-ROUTER-BACKUP 1 "July 2025" "ipng-router-backup 1.0.0" "User Commands"
.SH NAME
router_backup \- SSH Router Backup Tool
ipng-router-backup \- SSH Router Backup Tool
.SH SYNOPSIS
.B router_backup
.B ipng-router-backup
.RI --config " CONFIG_FILE"
.RI [ --output-dir " DIRECTORY" ]
.RI [ --password " PASSWORD" ]
@ -69,21 +69,21 @@ For each device, a text file named after the hostname is created in the specifie
.TP
Basic usage:
.EX
router_backup --config /etc/router-backup/config.yaml
ipng-router-backup --config /etc/ipng-router-backup/config.yaml
.EE
.TP
Custom output directory:
.EX
router_backup --config config.yaml --output-dir /home/user/backups
ipng-router-backup --config config.yaml --output-dir /home/user/backups
.EE
.TP
Using password authentication:
.EX
router_backup --config config.yaml --password mysecretpass
ipng-router-backup --config config.yaml --password mysecretpass
.EE
.SH FILES
.TP
.I /etc/router-backup/config.yaml.example
.I /etc/ipng-router-backup/config.yaml.example
Example configuration file
.SH EXIT STATUS
.TP