blobporter icon indicating copy to clipboard operation
blobporter copied to clipboard

Highly concurrent data transfer tool for Azure Blob Storage.

Results 11 blobporter issues
Sort by recently updated
recently updated
newest added

**Scenario**: - Using Windows download for 0.6.20 - I have a vhdx uploaded to Azure. By design, it became a page blob. - I planned to move it to archive,...

I am trying to copy some VHDs from one container to another in the same storage account. It keeps failing at random stages with the below: C:\Temp>.\Blobporter.exe -f "[https://storage.blob.core.windows.net/archived-vms"](https://jhpuksarchive.blob.core.windows.net/archived-vms%22) -c...

HI, Can we have this additional functionality where list of keys to be downloaded can be provided via a file through an additional argument and for simplicity this input file...

When downloading files from blob storage, only files that are not empty are downloaded. If given the exact path to the empty file, blobporter detects it but doesn't download. Example...

bug

As per subject. Given Archive storage is now in general release (https://azure.microsoft.com/en-us/roadmap/azure-archive-storage-and-blob-level-tiering/), it would be good for blobporter to support setting archive upon upload.

enhancement

Please consider exposing conditional headers `If-Modified-Since`, `If-Unmodified-Since`, `If-Match`,`If-None-Match`. See https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations for more info.

enhancement

At the moment, the only option is to list out -n -f on as CLI parameters. It would be great to be able to define these in a file, perhaps...

enhancement

For those of us who may be thinking about building automation around blobporter, it would be very useful if you could expose the _x-ms-client-request-id_ header as an optional input parameter....

enhancement

Currently account names and keys are the only option.

enhancement

implement a combination of commands and options (modern CLI) instead of just options. https://github.com/spf13/cobra

enhancement