Skip to content

Commit

Permalink
Merge pull request #573 from stgraber/main
Browse files Browse the repository at this point in the history
doc: Fix bad snapshot syntax
  • Loading branch information
brauner authored Mar 3, 2024
2 parents a8deaa3 + 1553eae commit d55fd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.

0 comments on commit d55fd1d

Please sign in to comment.