app/vmbackupmanager/README.md: sync with docs/vmbackupmanager.md after 4b2cc1b32c

This commit is contained in:
Aliaksandr Valialkin 2023-04-10 10:51:49 -07:00
parent 7849545e78
commit 1fe87691ec
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -275,7 +275,8 @@ If restore mark doesn't exist at `storageDataPath`(restore wasn't requested) `vm
```yaml
vmbackup:
restore:
onStart: "true"
onStart:
enabled: "true"
```
See operator `VMStorage` schema [here](https://docs.victoriametrics.com/operator/api.html#vmstorage) and `VMSingle` [here](https://docs.victoriametrics.com/operator/api.html#vmsinglespec).
2. Enter container running `vmbackupmanager`
@ -305,7 +306,8 @@ Clusters here are referred to as `source` and `destination`.
```yaml
vmbackup:
restore:
onStart: "true"
onStart:
enabled: "true"
```
Note: it is safe to leave this section in the cluster configuration, since it will be ignored if restore mark doesn't exist.
> Important! Use different `-dst` for *destination* cluster to avoid overwriting backup data of the *source* cluster.