diff --git a/docs/VictoriaLogs/README.md b/docs/VictoriaLogs/README.md index 9a1df208d..36e259cc0 100644 --- a/docs/VictoriaLogs/README.md +++ b/docs/VictoriaLogs/README.md @@ -197,7 +197,7 @@ Therefore, for a complete data **backup**, you need to run the `rsync` command * ```sh # example of rsync to remote host -rsync -avh --progress @: +rsync -avh --progress --delete @: ``` The first `rsync` will sync the majority of the data, which can be time-consuming. @@ -227,7 +227,7 @@ VictoriaLogs will automatically load this data upon startup. ```sh # example of rsync from remote backup to local -rsync -avh --progress @: +rsync -avh --progress --delete @: ``` It is also possible to use **the disk snapshot** in order to perform a backup. This feature could be provided by your operating system,