mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
app/{vmbackup,vmrestore},docs/vmrestore.md: typo fix: vbackup -> vmbackup (#1305)
This commit is contained in:
parent
74ef40034c
commit
c5ab00ebee
@ -101,7 +101,7 @@ func usage() {
|
|||||||
vmbackup performs backups for VictoriaMetrics data from instant snapshots to gcs, s3
|
vmbackup performs backups for VictoriaMetrics data from instant snapshots to gcs, s3
|
||||||
or local filesystem. Backed up data can be restored with vmrestore.
|
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)
|
flagutil.Usage(s)
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# vmrestore
|
# 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.
|
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
|
Restore process can be interrupted at any time. It is automatically resumed from the interruption point
|
||||||
@ -17,7 +17,7 @@ vmrestore -src=gcs://<bucket>/<path/to/backup> -storageDataPath=<local/path/to/r
|
|||||||
```
|
```
|
||||||
|
|
||||||
* `<bucket>` is [GCS bucket](https://cloud.google.com/storage/docs/creating-buckets) name.
|
* `<bucket>` is [GCS bucket](https://cloud.google.com/storage/docs/creating-buckets) name.
|
||||||
* `<path/to/backup>` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vbackup.html) on GCS bucket.
|
* `<path/to/backup>` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vmbackup.html) on GCS bucket.
|
||||||
* `<local/path/to/restore>` is the path to folder where data will be restored. This folder must be passed
|
* `<local/path/to/restore>` 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.
|
to VictoriaMetrics in `-storageDataPath` command-line flag after the restore process is complete.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ sort: 6
|
|||||||
|
|
||||||
# vmrestore
|
# 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.
|
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
|
Restore process can be interrupted at any time. It is automatically resumed from the interruption point
|
||||||
@ -21,7 +21,7 @@ vmrestore -src=gcs://<bucket>/<path/to/backup> -storageDataPath=<local/path/to/r
|
|||||||
```
|
```
|
||||||
|
|
||||||
* `<bucket>` is [GCS bucket](https://cloud.google.com/storage/docs/creating-buckets) name.
|
* `<bucket>` is [GCS bucket](https://cloud.google.com/storage/docs/creating-buckets) name.
|
||||||
* `<path/to/backup>` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vbackup.html) on GCS bucket.
|
* `<path/to/backup>` is the path to backup made with [vmbackup](https://docs.victoriametrics.com/vmbackup.html) on GCS bucket.
|
||||||
* `<local/path/to/restore>` is the path to folder where data will be restored. This folder must be passed
|
* `<local/path/to/restore>` 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.
|
to VictoriaMetrics in `-storageDataPath` command-line flag after the restore process is complete.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user