diff --git a/README.md b/README.md index 17da68a72..54526ccdb 100644 --- a/README.md +++ b/README.md @@ -1424,7 +1424,7 @@ See also [high availability docs](#high-availability) and [backup docs](#backups VictoriaMetrics supports backups via [vmbackup](https://victoriametrics.github.io/vmbackup.html) and [vmrestore](https://victoriametrics.github.io/vmrestore.html) tools. -We also provide `vmbackuper` tool for paid enterprise subscribers - see [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for details. +We also provide `vmbackupmanager` tool for paid enterprise subscribers - see [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for details. ## Profiling diff --git a/app/vmbackup/README.md b/app/vmbackup/README.md index 8f62311c2..b7bbf3e74 100644 --- a/app/vmbackup/README.md +++ b/app/vmbackup/README.md @@ -19,7 +19,7 @@ Backed up data can be restored with [vmrestore](https://victoriametrics.github.i See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time-series-databases-533c1a927883) for more details. -See also [vmbackuper](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) tool built on top of `vmbackup`. This tool simplifies +See also [vmbackupmanager](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) tool built on top of `vmbackup`. This tool simplifies creation of hourly, daily, weekly and monthly backups. @@ -89,7 +89,7 @@ or from any day (`YYYYMMDD` backups). Note that hourly backup shouldn't run when Do not forget removing old snapshots and backups when they are no longer needed for saving storage costs. -See also [vmbackuper tool](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for automating smart backups. +See also [vmbackupmanager tool](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for automating smart backups. ## How does it work? diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 17da68a72..54526ccdb 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1424,7 +1424,7 @@ See also [high availability docs](#high-availability) and [backup docs](#backups VictoriaMetrics supports backups via [vmbackup](https://victoriametrics.github.io/vmbackup.html) and [vmrestore](https://victoriametrics.github.io/vmrestore.html) tools. -We also provide `vmbackuper` tool for paid enterprise subscribers - see [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for details. +We also provide `vmbackupmanager` tool for paid enterprise subscribers - see [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for details. ## Profiling diff --git a/docs/vmbackup.md b/docs/vmbackup.md index 8f62311c2..b7bbf3e74 100644 --- a/docs/vmbackup.md +++ b/docs/vmbackup.md @@ -19,7 +19,7 @@ Backed up data can be restored with [vmrestore](https://victoriametrics.github.i See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time-series-databases-533c1a927883) for more details. -See also [vmbackuper](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) tool built on top of `vmbackup`. This tool simplifies +See also [vmbackupmanager](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) tool built on top of `vmbackup`. This tool simplifies creation of hourly, daily, weekly and monthly backups. @@ -89,7 +89,7 @@ or from any day (`YYYYMMDD` backups). Note that hourly backup shouldn't run when Do not forget removing old snapshots and backups when they are no longer needed for saving storage costs. -See also [vmbackuper tool](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for automating smart backups. +See also [vmbackupmanager tool](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/466) for automating smart backups. ## How does it work?