Skip to content

Command line tool for backup and restore of Azure tables to/from local file or Azure blob storage

License

Notifications You must be signed in to change notification settings

k-nishizaki/AzureTableBackupRestore

 
 

Repository files navigation

AzureTableBackupRestore

Join the chat at https://gitter.im/TheByteStuff/AzureTableBackupRestore

Reference implementation of a command line tool for backup, copy, delete and restore of Azure tables to/from local file or Azure blob storage using TheByteStuff.AzureTableUtilities found on NuGet: https://www.nuget.org/packages/TheByteStuff.AzureTableUtilities/

Backup/Copy/Delete/Restore parameters can be stored in a settings file (appsettings.json) or passed on the command line.

Filters need to be specified in the settings file.

Has been tested under Docker on a Mac with the included Dockerfile

ex to run assuming build has image name 'azcmd' docker run -v /localfile/appsettings.json:/app/appsettings.json -v /localfile:/app/data azcmd

To build a single exe file: dotnet publish -c release --self-contained false /p:PublishTrimmed=true

About

Command line tool for backup and restore of Azure tables to/from local file or Azure blob storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%