mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Update SETUP documentation
This commit is contained in:
parent
01e518d3d3
commit
235945c8e8
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- Create a snapshot using a [config file](https://github.com/Edu4rdSHL/rusnapshot/tree/master/examples/config-templates):
|
- 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:
|
- List created snapshots:
|
||||||
|
|
||||||
|
|
@ -30,11 +30,11 @@
|
||||||
|
|
||||||
- Create a read-write snapshot:
|
- 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:
|
- Restore a snapshot:
|
||||||
|
|
||||||
`sudo rusnapshot -c {{path/to/config.toml}} --id {{snapshot_id}} --restore`
|
`sudo rusnapshot --id {{snapshot_id}} --restore`
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue