Edi.AzureBlobSync 2.1.2

dotnet tool install --global Edi.AzureBlobSync --version 2.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Edi.AzureBlobSync --version 2.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Edi.AzureBlobSync&version=2.1.2
                    
nuke :add-package Edi.AzureBlobSync --version 2.1.2
                    

Azure Blob Sync

.NET Tool for backup files in Azure Blob Storage to local file system.

You may also checkout AzCopy from Microsoft that does the same job much more faster.

Install

Prerequests:

  • .NET 8.0 SDK
dotnet tool install --global edi.azureblobsync

Usage

Example

azblobsync --connection "DefaultEndpointsProtocol=https;AccountName=*******;AccountKey==*******;EndpointSuffix=core.windows.net" --container "attachments" --path "D:\Backup\attachments"

Parameters

--connection	Azure Storage Account Connection String (Required)
--container	Container Name (Required)
--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)
--keepold       Keep local old file versions, do not override when receving a new version of file from Azure (Default: false)
--help		Display this help screen.
--version	Display version information.

image

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
2.1.2 97 2/11/2026
2.1.0 315 11/13/2025
2.0.3 213 10/14/2025
2.0.2 294 9/25/2025
2.0.1 185 9/12/2025
2.0.0 219 8/9/2025
1.21.3 202 7/28/2025
1.21.2 234 6/20/2025
1.21.1 322 4/17/2025
1.21.0 217 2/8/2025
1.20.4 232 11/13/2024
1.20.3 216 10/28/2024
1.20.2 245 8/14/2024
1.20.1 202 7/27/2024
1.20.0 233 5/19/2024
1.19.0 374 12/28/2023
1.18.2 301 11/27/2023
1.18.1 258 11/20/2023
1.18.0 248 11/15/2023
1.17.4 196 11/13/2023
Loading failed