Properly name IPng Networks
This commit is contained in:
@ -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.
|
||||
|
||||
|
1
debian/debhelper-build-stamp
vendored
1
debian/debhelper-build-stamp
vendored
@ -1 +0,0 @@
|
||||
ipng-router-backup
|
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -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'
|
@ -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
|
||||
|
||||
|
@ -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 <pim@ipng.ch>
|
||||
.SH SEE ALSO
|
||||
.BR ssh (1),
|
||||
.BR ssh-agent (1),
|
||||
.BR dpkg (1)
|
||||
.BR dpkg (1)
|
||||
|
Reference in New Issue
Block a user