From 235945c8e834d227cbba34cc81a8fcc02263cbf3 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 7 Feb 2024 00:58:39 -0500 Subject: [PATCH] Update SETUP documentation --- docs/SETUP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/SETUP.md b/docs/SETUP.md index 78dd227..943a002 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -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: @@ -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