Update Debian package
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user