Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: allow copy startup-config my-backup-config #155

Closed
troglobit opened this issue Oct 6, 2023 · 1 comment · Fixed by #231
Closed

cli: allow copy startup-config my-backup-config #155

troglobit opened this issue Oct 6, 2023 · 1 comment · Fixed by #231
Labels
enhancement New feature or request
Milestone

Comments

@troglobit
Copy link
Contributor

Currently the CLI is limited to common source and target configs: running, startup, and factory, with some limitations.

The copy command should allow a user to copy to any location and name. E.g.,

copy startup-config /usb/my-backup.cfg
copy startup-config tftp://1.2.3.4/my-backup.cfg

and

copy /usb/my-backup.cfg running-confg

Note: this is just an example, the critical feature described here is any name. Supporting various URIs or even different storage is not in the scope, only worth considering when planning the implementation.

@troglobit troglobit added the enhancement New feature or request label Oct 6, 2023
@troglobit troglobit added this to the Infix v23.11 milestone Oct 6, 2023
@troglobit troglobit changed the title cli: allow copy startup-config foo-config cli: allow copy startup-config my-backup-config Oct 26, 2023
@troglobit troglobit modified the milestones: Infix v23.11, Infix v23.12 Nov 24, 2023
@troglobit
Copy link
Contributor Author

Extensive support, including for remote files using curl, in PR #231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant