From 437e0b2300dd39525923baeb7e3932af86b0587f Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 27 May 2019 21:37:48 +0300 Subject: [PATCH] README.md: typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0eb6d9f2..189ee872e 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ The page will return the following JSON response: ``` Snapshots are created under `<-storageDataPath>/snapshots` directory, where `<-storageDataPath>` -is the command-line flag value. Snapshots can be archived to backup storage via `cp -L` `rsync -L`, `scp -r` +is the command-line flag value. Snapshots can be archived to backup storage via `cp -L`, `rsync -L`, `scp -r` or any similar tool that follows symlinks during copying. The `http://:8428/snapshot/list` page contains the list of available snapshots.