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

Make snapshot a proper subcommand #46

Merged
merged 11 commits into from
Aug 30, 2023

Conversation

monstermunchkin
Copy link
Member

@monstermunchkin monstermunchkin commented Aug 17, 2023

Closes #9

@monstermunchkin monstermunchkin force-pushed the issues/9-snapshot-command branch 6 times, most recently from 8ee7c3e to 0ab851c Compare August 21, 2023 19:55
@monstermunchkin monstermunchkin force-pushed the issues/9-snapshot-command branch 7 times, most recently from 7294de9 to 1addfe7 Compare August 29, 2023 05:28
This adds the following subcommands to the `snapshot` subcommand:

* create
* delete
* list
* rename
* restore

Signed-off-by: Thomas Hipp <[email protected]>
This removes the `restore` subcommand in favor of `snapshot restore`.

Signed-off-by: Thomas Hipp <[email protected]>
This removes support for snapshot removal from `incus delete`. Instead,
`incus snapshot delete` should be used.

Signed-off-by: Thomas Hipp <[email protected]>
This removes support for moving/renaming instance snapshots from the
`incus move/delete` commands.

Signed-off-by: Thomas Hipp <[email protected]>
Signed-off-by: Thomas Hipp <[email protected]>
@monstermunchkin monstermunchkin marked this pull request as ready for review August 30, 2023 20:24
@stgraber
Copy link
Member

Thanks!

@stgraber stgraber merged commit 7d7d76d into lxc:main Aug 30, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Introduce a proper inc snapshot subcommand
2 participants