Ken Faulkner

Results 72 comments of Ken Faulkner

Are you able to copy/paste the values inside the azurecopy.exe.config file? (obviously skipping the secrets etc). I just want to see various config items such as ChunkSizeInMB, but it might...

Are you saying you do not have a file called azurecopy.exe.config ? Since although you specify variables on the command line it will still read others from the file. Can...

Hi When you say "to another blob" do you mean another blob container or blob account? Thanks Ken

You can provide Azurecopy 2 sets of Azure credentials. One for source and one for target. This can either be done via the config file or via command line arguments....

The way azurecopy has been designed, it will reuse the "fake" directories that people often put in their blob names. For example, if in S3 you have the blobs called:...

Interesting... have never seen that before. Have you set the ChunkSizeInMB setting in the config file? I can't quite tell but it looks like that is being set to 0...

Hi By default it will recreate the structure. Are you not seeing that? Thanks Ken On Fri, Jul 7, 2017 at 2:27 AM, kleon-hhog wrote: > is it possible to...

Hi Ahh ok, that clears it up. Let me check about the blobcopy scenario and the directory structure. The plan it that it *should* keep the structure but let me...

Please try version 1.5.0 and let me know how it goes. https://github.com/kpfaulkner/azurecopy/releases/tag/1.5.0 Thanks

Hi Ahh honestly never tried that, will fix that in the next release. Thanks for the info! Ken