Add parallelism

This commit is contained in:
Pim van Pelt
2025-07-07 01:08:42 +02:00
parent c6775736ac
commit 53c7bca43e
3 changed files with 87 additions and 17 deletions

View File

@ -142,6 +142,7 @@ types:
- **`--password`**: SSH password
- **`--key-file`**: SSH private key file path
- **`--port`**: SSH port (default: `22`)
- **`--parallel`**: Maximum number of devices to process in parallel (default: `10`)
### Examples
@ -160,6 +161,9 @@ ipng-router-backup --yaml config.yaml --output-dir /backup/network
# With password authentication
ipng-router-backup --yaml config.yaml --password mypassword
# Process more devices in parallel
ipng-router-backup --yaml config.yaml --parallel 20
```
## SSH Authentication