From e10750266974665f3f648eecea2c1f2d5d1f1db1 Mon Sep 17 00:00:00 2001 From: Edi Wang Date: Thu, 27 Jul 2023 13:37:41 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ceb3b9..74b43ed 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Azure Blob Sync -.NET Tool for backup files in Azure Blob Storage to local file system. - ![.NET](https://github.com/EdiWang/Azure-Blob-Backup/workflows/.NET%20Core/badge.svg) +.NET Tool for backup files in Azure Blob Storage to local file system. + ## Install Prerequests: @@ -29,6 +29,7 @@ azblobsync --connection "DefaultEndpointsProtocol=https;AccountName=*******;Acco --path Local Folder Path (Required, Default: C:\AzureBlobSyncTemp) --threads Download threads (Default: 10) --silence Fully automated silence mode (Default: false) +--comparehash Compare file hash to determine whether to download (Default: true) --help Display this help screen. --version Display version information. ```