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.
|
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
|
#!/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'
|
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
|
## 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
|
## 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
|
.SH NAME
|
||||||
ipng-router-backup \- SSH Router Backup Tool
|
ipng-router-backup \- SSH Router Backup Tool
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user