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

doc: Fix bad snapshot syntax #573

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/howto/instances_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Other changes to the configuration are silently ignored.

To delete a snapshot, use the following command:

incus delete <instance_name>/<snapshot_name>
incus snapshot delete <instance_name> <snapshot_name>

### Schedule instance snapshots

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@ You can create a snapshot of your instance, which makes it easy to restore the i

1. Delete the snapshot:

incus delete first/clean
incus snapshot delete first clean

See {ref}`instances-snapshots` for more information.
Loading