From 2c037ae0d3e66bb8fe39ddb23b9d9c2a51896aac Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 4 May 2022 22:49:37 +0300 Subject: [PATCH] docs/vmbackup.md: added missing -storageDataPath argument in the command for creating daily backups --- app/vmbackup/README.md | 2 +- docs/vmbackup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ``.