Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Jul 27, 2023
1 parent 2a56f91 commit e107502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
```
Expand Down

0 comments on commit e107502

Please sign in to comment.