diff --git a/app/vmbackup/main.go b/app/vmbackup/main.go index e7421d9c3a..3be0ea54ad 100644 --- a/app/vmbackup/main.go +++ b/app/vmbackup/main.go @@ -101,7 +101,7 @@ func usage() { vmbackup performs backups for VictoriaMetrics data from instant snapshots to gcs, s3 or local filesystem. Backed up data can be restored with vmrestore. -See the docs at https://docs.victoriametrics.com/vbackup.html . +See the docs at https://docs.victoriametrics.com/vmbackup.html . ` flagutil.Usage(s) } diff --git a/app/vmrestore/README.md b/app/vmrestore/README.md index 43fe635e7e..e760dbce88 100644 --- a/app/vmrestore/README.md +++ b/app/vmrestore/README.md @@ -1,6 +1,6 @@ # vmrestore -`vmrestore` restores data from backups created by [vmbackup](https://docs.victoriametrics.com/vbackup.html). +`vmrestore` restores data from backups created by [vmbackup](https://docs.victoriametrics.com/vmbackup.html). VictoriaMetrics `v1.29.0` and newer versions must be used for working with the restored data. Restore process can be interrupted at any time. It is automatically resumed from the interruption point @@ -17,7 +17,7 @@ vmrestore -src=gcs:/// -storageDataPath=` is [GCS bucket](https://cloud.google.com/storage/docs/creating-buckets) name. -* `` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vbackup.html) on GCS bucket. +* `` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vmbackup.html) on GCS bucket. * `` is the path to folder where data will be restored. This folder must be passed to VictoriaMetrics in `-storageDataPath` command-line flag after the restore process is complete. diff --git a/docs/vmrestore.md b/docs/vmrestore.md index 0ce1e92d38..aae64a4316 100644 --- a/docs/vmrestore.md +++ b/docs/vmrestore.md @@ -4,7 +4,7 @@ sort: 6 # vmrestore -`vmrestore` restores data from backups created by [vmbackup](https://docs.victoriametrics.com/vbackup.html). +`vmrestore` restores data from backups created by [vmbackup](https://docs.victoriametrics.com/vmbackup.html). VictoriaMetrics `v1.29.0` and newer versions must be used for working with the restored data. Restore process can be interrupted at any time. It is automatically resumed from the interruption point @@ -21,7 +21,7 @@ vmrestore -src=gcs:/// -storageDataPath=` is [GCS bucket](https://cloud.google.com/storage/docs/creating-buckets) name. -* `` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vbackup.html) on GCS bucket. +* `` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vmbackup.html) on GCS bucket. * `` is the path to folder where data will be restored. This folder must be passed to VictoriaMetrics in `-storageDataPath` command-line flag after the restore process is complete.