Skip to content

CatenaLogic/AzureStorageSync

Repository files navigation

AzureStorageSync

Join the chat at https://gitter.im/CatenaLogic/AzureStorageSync

License NuGet downloads Version Pre-release version Chocolatey count Chocolatey version

AzureStorageSync

AzureStorageSync let's users synchronize a local directory with an Azure storage container via the command line.

This library is created because I prefer not to mess around with powershell. This tool is a command line wrapper around the Azure SDK.

Click here to lend your support to: AzureStorageSync and make a donation at pledgie.com !

--

How to use

To use this tool, use the following command line:

AzureStorageSync.exe [localDirectory] [remoteDirectory] -c [connectionString]

For example:

AzureStorageSync.exe C:\TestDirectory /testcontainer/testdirectory -c DefaultEndpointsProtocol=https;AccountName=youraccountname;AccountKey=youraccountkey

The Azure container will automatically be determined from the remote directory. The string /testcontainer/testdirectory/subdirectory will result in the following information:

  • Container name: testcontainer
  • Root directory testdirectory/subdirectory

About

Syncs local files to azure storage

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages