diff --git a/docs/victoriametrics/vmbackup.md b/docs/victoriametrics/vmbackup.md index 215e1027ac..13cd8d558a 100644 --- a/docs/victoriametrics/vmbackup.md +++ b/docs/victoriametrics/vmbackup.md @@ -75,7 +75,7 @@ Full backups can be accelerated with `-origin` pointing to an already existing b data between the existing backup and new backup. It saves time and costs on data transfer. All commands below are provided for a single node version. -For a cluster version `vmbackup` should be executed on each vmstorage node and `-snapshot.createUrl` should point to vmstorage: +For a cluster version `vmbackup` should be executed on each vmstorage node and `-snapshot.createURL` should point to vmstorage: ```sh ./vmbackup -storageDataPath= -snapshot.createURL=http://vmstorage1:8482/snapshot/create -dst=gs:///vmstorage-1 ```