mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-27 02:46:47 +01:00
docs: sync with enterprise branch
This commit is contained in:
parent
da4b30e8e5
commit
b00a9132bb
@ -450,16 +450,6 @@ Run `vmbackup -help` in order to see all the available options:
|
|||||||
Optional TLS server name to use for connections to -snapshotCreateURL. By default, the server name from -snapshotCreateURL is used
|
Optional TLS server name to use for connections to -snapshotCreateURL. By default, the server name from -snapshotCreateURL is used
|
||||||
-snapshotName string
|
-snapshotName string
|
||||||
Name for the snapshot to backup. See https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#how-to-work-with-snapshots. There is no need in setting -snapshotName if -snapshot.createURL is set
|
Name for the snapshot to backup. See https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#how-to-work-with-snapshots. There is no need in setting -snapshotName if -snapshot.createURL is set
|
||||||
-snapshot.tlsInsecureSkipVerify
|
|
||||||
Optional Whether to skip tls verification when connecting to -snapshotCreateURL
|
|
||||||
-snapshot.tlsCertFile
|
|
||||||
Optional path to client-side TLS certificate file to use when connecting to -snapshotCreateURL
|
|
||||||
-snapshot.tlsKeyFile
|
|
||||||
Optional path to client-side TLS certificate key to use when connecting to -snapshotCreateURL
|
|
||||||
-snapshot.tlsCAFile
|
|
||||||
Optional path to client-side TLS CA file to use when connecting to -snapshotCreateURL
|
|
||||||
-snapshot.tlsServerName
|
|
||||||
Optional path to client-side TLS tlsServerName to use when connecting to -snapshotCreateURL
|
|
||||||
-storageDataPath string
|
-storageDataPath string
|
||||||
Path to VictoriaMetrics data. Must match -storageDataPath from VictoriaMetrics or vmstorage (default "victoria-metrics-data")
|
Path to VictoriaMetrics data. Must match -storageDataPath from VictoriaMetrics or vmstorage (default "victoria-metrics-data")
|
||||||
-tls
|
-tls
|
||||||
|
@ -417,6 +417,13 @@ command-line flags with their descriptions.
|
|||||||
The shortlist of configuration flags is the following:
|
The shortlist of configuration flags is the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
vmbackupmanager performs regular backups according to the provided configs.
|
||||||
|
|
||||||
|
subcommands:
|
||||||
|
backup: provides auxiliary backup-related commands
|
||||||
|
restore: restores backup specified by restore mark if it exists
|
||||||
|
|
||||||
|
command-line flags:
|
||||||
-apiURL string
|
-apiURL string
|
||||||
vmbackupmanager address to perform API requests (default "http://127.0.0.1:8300")
|
vmbackupmanager address to perform API requests (default "http://127.0.0.1:8300")
|
||||||
-concurrency int
|
-concurrency int
|
||||||
|
Loading…
Reference in New Issue
Block a user