diff --git a/app/vmbackup/README.md b/app/vmbackup/README.md index f96ea3985..135ff422b 100644 --- a/app/vmbackup/README.md +++ b/app/vmbackup/README.md @@ -74,7 +74,7 @@ The command will upload only changed data to `gs:///latest`. * Run the following command once a day: ```bash -vmbackup -snapshot.createURL=http://localhost:8428/snapshot/create -dst=gs:/// -origin=gs:///latest +vmbackup -storageDataPath= -snapshot.createURL=http://localhost:8428/snapshot/create -dst=gs:/// -origin=gs:///latest ``` Where `` is the snapshot for the last day ``. diff --git a/docs/vmbackup.md b/docs/vmbackup.md index 451a73e15..de46ca093 100644 --- a/docs/vmbackup.md +++ b/docs/vmbackup.md @@ -78,7 +78,7 @@ The command will upload only changed data to `gs:///latest`. * Run the following command once a day: ```bash -vmbackup -snapshot.createURL=http://localhost:8428/snapshot/create -dst=gs:/// -origin=gs:///latest +vmbackup -storageDataPath= -snapshot.createURL=http://localhost:8428/snapshot/create -dst=gs:/// -origin=gs:///latest ``` Where `` is the snapshot for the last day ``.