Skip to content

Commit

Permalink
README added
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfaulkner committed Jan 3, 2017
1 parent 4e00e20 commit be051ea
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
AzureCopy (Go version)

This is a reimplementation of the AzureCopy project (github.com/kpfaulkner/azurecopy) in the GO language.
It is primarily to allow cross platform (Linux/MacOS and Windows) versions of it.

I've had numerous requests for Linux versions, so thought I might as well give it a stab.
Currently the plan is:


- Copy to/from Filesystem (done)
- Copy to/from Azure Blob Storage (done)
- Copy to/from S3 (done)
- Add CopyBlob flag for Azure destination (huge bandwidth savings)
- Copy to/from Dropbox
- Copy to/from Onedrive
- Copy to/from Google Storage
- Copy to/from Azure File Storage




0 comments on commit be051ea

Please sign in to comment.