From 6c3f4a69924b74273eac5681c6bd0825e814339a Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Mon, 24 Apr 2017 21:20:10 -0400 Subject: [PATCH] Update GUIDE.md --- GUIDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 0912821..0becb5c 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -51,8 +51,8 @@ OPTIONS: -hash detect file differences by hash (rather than size and timestamp) -t assign a tag to the backup -stats show statistics during and after backup - -threads number of uploading threads (Backblaze only) - -limit-rate the maximum upload rate (in kilobytes/sec) + -threads number of uploading threads (Backblaze only) + -limit-rate the maximum upload rate (in kilobytes/sec) -vss enable the Volume Shadow Copy service (Windows only) -storage backup to the specified storage instead of the default one ``` @@ -92,7 +92,7 @@ OPTIONS: -overwrite overwrite existing files in the repository -delete delete files not in the snapshot -stats show statistics during and after restore - -limit-rate the maximum download rate (in kilobytes/sec) + -limit-rate the maximum download rate (in kilobytes/sec) -storage restore from the specified storage instead of the default one ```