-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files with uppercase extensions are not uploaded with azcopy #31
Comments
Hi @Jogai, thanks for reaching out! We’ll investigate and get back to you shortly. |
Much appreciated |
Jogai - This looks to me like you're using the GA'ed azcopy (v8.1) and not the one covered in this repo? We should still help but just making sure you're not testing out v10? |
Correct. I'm happy to try v10 if I could find the download...
|
Sorry, was using an older version indeed. The latest version I see onlin is
But the latest version does give the same result
And I'm sure the files do exist... |
@EmmaZhu for azcopy v8 |
@Jogai From the command line you shared, could you check whether there's file with exact the same name on destination which has newer last modified time? It might have been filtered out for /XO option. |
Sorry, logical error on my part. I made a script that outputted my parameter files and the commands I needed to run. It ouputs the file types I want to copy in a azcopy statement, ordered by how many files there are with an extension. For png files it gives me this:
I always have more files with normal lowercase extension, and that command does copy the uppercase ones as well... Then the uppercase command is run, but because of the XO parameter the files are skipped indeed. If I look in my log files the count is indeed the sum for both (the file names of the actual log do have the number of files per extension in them). Thanks for pointing me in the right direction! Edit: in my defense it was over a million blobs, over 54 GB of data, so I didn't go in there to check a specific file on a specific location.... |
We are migrating to Azure, but we have a lot of files. I have a copy script for every file extension we want to copy to blob storage. We are using AzCopy 8. For example png files:
For regular png files we get the result:
This command however
inputParams.txt is this:
Prints this
The output of C:\LogPath\png-cap.log is:
Is there a way to have the files with capital letters as an extension uploaded?
The text was updated successfully, but these errors were encountered: