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
- Host: GitHub
- URL: https://github.com/chrispritchard/blobdropper
- Owner: ChrisPritchard
- License: unlicense
- Created: 2019-06-18T00:27:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T00:55:46.000Z (over 6 years ago)
- Last Synced: 2025-01-17T16:14:52.521Z (10 months ago)
- Topics: azure-storage, backup-utility, blob-storage
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.