Git Product home page Git Product logo

azurecopy's Introduction

AppVeyor: AppVeyor

Azure Copy

Allows easy copying between S3, Azure, Dropbox, Sharepoint Online, OneDrive and local filesystem.

Configuration:

To access each cloud provider various keys/passwords will needed to be added to the azurecopy.exe.config (or app.config if you're coding your own). The AppSetting keys to use are:

Azure:

S3:

OneDrive: (yes yes, it still says skydrive in the config).

Dropbox:

Sharepoint Online:

For Azure,S3 and Sharepoint Online you simply copy the configuration values from the appropriate portal to the azurecopy.exe.config file directly. If you are unsure where to find these configuration values please feel free to contact me at [email protected] and I can direct you.

For OneDrive and Dropbox the configuration is a little more invovled.

For OneDrive you need to issue the command:

azurecopy -configonedrive

and then follow the instructions. This basically involves copying a URL to a browser, accepting the OneDrive prompt saying you allow AzureCopy to access your OneDrive account and then copying part of the response URL back into the command prompt. The instructions will be clearly displayed in the command prompt.

For Dropbox you need to issue the command:

azurecopy -configdropbox

Again, follow the instructions and the config file will be automatically modified for you.

Examples:

  • S3 to Azure using regular copy:

azurecopy.exe -i https://mybucket.s3.amazonaws.com/myblob -o https://myaccount.blob.core.windows.net/mycontainer

  • S3 to Azure using blob copy api (better for local bandwidth:

azurecopy.exe -i https://mybucket.s3.amazonaws.com/myblob -o https://myaccount.blob.core.windows.net/mycontainer -blobcopy

  • Azure to S3:

azurecopy.exe -i https://myaccount.blob.core.windows.net/mycontainer/myblob -o https://mybucket.s3.amazonaws.com/

  • List contents in S3 bucket:

azurecopy.exe -list https://mybucket.s3.amazonaws.com/

  • List contents in Azure container:

azurecopy.exe -list https://myaccount.blob.core.windows.net/mycontainer/

  • Onedrive to local using regular copy:

azurecopy.exe -i sky://temp/myfile.txt -o c:\\temp\\"

  • Dropbox to local using regular copy:

azurecopy.exe -i https://dropbox.com/temp/myfile.txt -o c:\\temp\\

  • More examples will be added directly to AzureCopy which you can see by running the command:

azurecopy -examples

azurecopy's People

Contributors

kpfaulkner avatar konrad-g avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.