Skip to content

Commit

Permalink
Merge pull request #87 from Azure/dev
Browse files Browse the repository at this point in the history
version 0.6.06
  • Loading branch information
giventocode committed Feb 12, 2018
2 parents 21d79bb + dd812db commit eb069ee
Show file tree
Hide file tree
Showing 79 changed files with 13,322 additions and 1,295 deletions.
10 changes: 10 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sources and targets are decoupled, this design enables the composition of variou
Download, extract and set permissions:

```bash
wget -O bp_linux.tar.gz https://github.com/Azure/blobporter/releases/download/v0.5.25/bp_linux.tar.gz
wget -O bp_linux.tar.gz https://github.com/Azure/blobporter/releases/download/v0.6.06/bp_linux.tar.gz
tar -xvf bp_linux.tar.gz linux_amd64/blobporter
chmod +x ~/linux_amd64/blobporter
cd ~/linux_amd64
Expand All @@ -46,7 +46,7 @@ export ACCOUNT_KEY=<STORAGE_ACCOUNT_KEY>
### Windows

Download [BlobPorter.exe](https://github.com/Azure/blobporter/releases/download/v0.5.25/bp_windows.zip)
Download [BlobPorter.exe](https://github.com/Azure/blobporter/releases/download/v0.6.06/bp_windows.zip)

Set environment variables (if using the command prompt):

Expand Down Expand Up @@ -202,11 +202,15 @@ By default files are downloaded to the same directory where you are running blob

- `q`, `--quiet_mode` *bool* if present or true, the progress indicator is not displayed. The files to transfer, errors, warnings and transfer completion summary is still displayed.

- `x`, `--files_per_transfer` *int* number of files in a batch transfer. Default is 200.
- `x`, `--files_per_transfer` *int* number of files in a batch transfer. Default is 500.

- `h`, `--handles_per_file` *int* number of open handles for concurrent reads and writes per file. Default is 2.

- `p`, `--keep_directories` *bool* if set blobs are downloaded or uploaded keeping the directory structure from the source. Not applicable when the source is a HTTP endpoint.
- `i`, `--remove_directories` *bool* if set blobs are downloaded or uploaded without keeping the directory structure of the source. Not applicable when the source is a HTTP endpoint.

## Optimizing Transfers

BlobPorter has several configuration options that can be used to miximize performance for specific use cases.

## Performance Considerations

Expand Down

0 comments on commit eb069ee

Please sign in to comment.