Skip to content

Commit eb069ee

Browse files
authored
Merge pull request #87 from Azure/dev
version 0.6.06
2 parents 21d79bb + dd812db commit eb069ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+13322
-1295
lines changed

Godeps/Godeps.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sources and targets are decoupled, this design enables the composition of variou
2929
Download, extract and set permissions:
3030

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

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

5151
Set environment variables (if using the command prompt):
5252

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

203203
- `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.
204204

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

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

209-
- `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.
209+
- `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.
210+
211+
## Optimizing Transfers
212+
213+
BlobPorter has several configuration options that can be used to miximize performance for specific use cases.
210214

211215
## Performance Considerations
212216

0 commit comments

Comments
 (0)