An open API service indexing awesome lists of open source software.

https://github.com/chrispritchard/blobdropper

Backup tool for blob container public files
https://github.com/chrispritchard/blobdropper

azure-storage backup-utility blob-storage

Last synced: 9 months ago
JSON representation

Backup tool for blob container public files

Awesome Lists containing this project

README

          

# BlobDropper

Downloads all publically accessible files from a blob container on Azure. Quickly knocked up as a personal backup solution.

Usage:

`BlobDropper.exe [blob connection string] [blob container name] [local directory]`

OR (if running off source):

`dotnet run [blob connection string] [blob container name] [local directory]`

The connection string is found under access keys in the Azure management dashboard.

Application built with dotnet core, should work on all platforms core works on.