Simplify feature list
This commit is contained in:
11
README.md
11
README.md
@ -4,12 +4,9 @@ SSH-based network device configuration backup tool with support for multiple dev
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Multi-device backup**: Configure multiple routers in YAML
|
- **Multi-device backup**: Configure multiple devices in YAML, with `!include` directives
|
||||||
- **Device type templates**: Reusable command sets per device type
|
- **Device type templates**: Reusable command sets per device type, overridable per individual device
|
||||||
- **Configuration includes**: Split large configs with `!include` directives
|
|
||||||
- **Flexible authentication**: SSH agent, key files, or password
|
- **Flexible authentication**: SSH agent, key files, or password
|
||||||
- **Selective execution**: Backup specific devices with `--host` flags
|
|
||||||
- **Professional CLI**: Standard flags, version info, and help
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
@ -33,10 +30,10 @@ make build
|
|||||||
|
|
||||||
devices:
|
devices:
|
||||||
asw100:
|
asw100:
|
||||||
user: admin
|
user: netops
|
||||||
type: srlinux
|
type: srlinux
|
||||||
asw120:
|
asw120:
|
||||||
user: admin
|
user: netops
|
||||||
type: srlinux
|
type: srlinux
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user