mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
Fix flag help message for the backups types. (#3577)
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
parent
f330cb11ba
commit
dad6d1fbf6
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ func main() {
|
||||||
|
|
||||||
func usage() {
|
func usage() {
|
||||||
const s = `
|
const s = `
|
||||||
vmbackup performs backups for VictoriaMetrics data from instant snapshots to gcs, s3
|
vmbackup performs backups for VictoriaMetrics data from instant snapshots to gcs, s3 , azblob
|
||||||
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/vmbackup.html .
|
See the docs at https://docs.victoriametrics.com/vmbackup.html .
|
||||||
|
|
Loading…
Reference in a new issue