Skip to content

Commit

Permalink
Update SETUP documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed Feb 7, 2024
1 parent 01e518d commit 235945c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- Create a snapshot using a [config file](https://github.com/Edu4rdSHL/rusnapshot/tree/master/examples/config-templates):

`sudo rusnapshot --config {{path/to/config.toml}} --cr`
`sudo rusnapshot --config {{path/to/config.toml}} --create`

- List created snapshots:

Expand All @@ -30,11 +30,11 @@

- Create a read-write snapshot:

`sudo rusnapshot -c {{path/to/config.toml}} --cr --rw`
`sudo rusnapshot -c {{path/to/config.toml}} --create --rw`

- Restore a snapshot:

`sudo rusnapshot -c {{path/to/config.toml}} --id {{snapshot_id}} --restore`
`sudo rusnapshot --id {{snapshot_id}} --restore`

# Notes

Expand Down

0 comments on commit 235945c

Please sign in to comment.