docs:vmbackup fix typo sped -> speed

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2024-03-09 20:36:03 -03:00 committed by Aliaksandr Valialkin
parent 217893921c
commit 1348a822f8
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -14,7 +14,7 @@ aliases:
`vmbackup` creates VictoriaMetrics data backups from [instant snapshots](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#how-to-work-with-snapshots).
`vmbackup` supports incremental and full backups. Incremental backups are created automatically if the destination path already contains data from the previous backup.
Full backups can be sped up with `-origin` pointing to an already existing backup on the same remote storage. In this case `vmbackup` makes server-side copy for the shared
Full backups can be speed up with `-origin` pointing to an already existing backup on the same remote storage. In this case `vmbackup` makes server-side copy for the shared
data between the existing backup and new backup. It saves time and costs on data transfer.
Backup process can be interrupted at any time. It is automatically resumed from the interruption point when restarting `vmbackup` with the same args.
@ -54,7 +54,7 @@ Regular backup can be performed with the following command:
### Regular backups with server-side copy from existing backup
If the destination GCS bucket already contains the previous backup at `-origin` path, then new backup can be sped up
If the destination GCS bucket already contains the previous backup at `-origin` path, then new backup can be speed up
with the following command:
```sh