diff --git a/README.md b/README.md index 3fcb5b1..9eb44c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# IPNG Router Backup +# IPng Networks Router Backup SSH-based network device configuration backup tool with support for multiple device types and flexible authentication methods. diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp deleted file mode 100644 index 127645d..0000000 --- a/debian/debhelper-build-stamp +++ /dev/null @@ -1 +0,0 @@ -ipng-router-backup diff --git a/debian/postinst b/debian/postinst index 746217f..1fbc8a8 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,3 +1,3 @@ #!/bin/bash -echo 'IPNG Router Backup installed successfully.' +echo 'IPng Networks Router Backup installed successfully.' echo 'Example config at /etc/ipng-router-backup/config.yaml.example' \ No newline at end of file diff --git a/docs/DETAILS.md b/docs/DETAILS.md index dc93b1e..c3f8e39 100644 --- a/docs/DETAILS.md +++ b/docs/DETAILS.md @@ -1,8 +1,8 @@ -# IPNG Router Backup - Detailed Documentation +# IPng Networks Router Backup - Detailed Documentation ## Overview -IPNG Router Backup is a SSH-based network device configuration backup tool written in Go. It connects to multiple network devices defined in a YAML configuration file, executes commands via SSH, and saves the output to local files. +IPng Networks Router Backup is a SSH-based network device configuration backup tool written in Go. It connects to multiple network devices defined in a YAML configuration file, executes commands via SSH, and saves the output to local files. ## Key Features diff --git a/docs/router_backup.1 b/docs/router_backup.1 index 42f63f5..9c45b54 100644 --- a/docs/router_backup.1 +++ b/docs/router_backup.1 @@ -1,4 +1,4 @@ -.TH IPNG-ROUTER-BACKUP 1 "July 2025" "ipng-router-backup 1.0.0" "User Commands" +.TH IPNG-ROUTER-BACKUP 1 "July 2025" "ipng-router-backup" "User Commands" .SH NAME ipng-router-backup \- SSH Router Backup Tool .SH SYNOPSIS @@ -108,4 +108,4 @@ Report bugs to .SH SEE ALSO .BR ssh (1), .BR ssh-agent (1), -.BR dpkg (1) \ No newline at end of file +.BR dpkg (1)