Skip to content

Backup files in Azure Blob Storage to local file system.

License

Notifications You must be signed in to change notification settings

Azure-full-course/Azure-Blob-Backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Blob Sync

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

.NET

Install

Prerequests:

  • .NET 6.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)
--help		Display this help screen.
--version	Display version information.

image

About

Backup files in Azure Blob Storage to local file system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%