-
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
AzCopy sync with hash-meta-dir hides original files #2758
Comments
I guess here should be |
azcopy kept crashing on me when using the hash-meta-dir option. I assumed it was related to this bug. |
@ktrace2 which version of azcopy are you using when it crashes? Also can you share your debug logs for that particular run? |
This looks very much like a bug, yes... I'll add this to our backlog, hopefully we can get to it this release.
It's possible. Do you have the logs for this crash? What version were you on? |
Thank you. |
Which version of the AzCopy was used?
10.25.1
Note: The version is visible when running AzCopy without any argument
Which platform are you using? (ex: Windows, Mac, Linux)
Windows
What command did you run?
azcopy sync ".\testData\" "https://<storage>.blob.core.windows.net/<container>/<folderName>/?sp=<sig>" --delete-destination true --exclude-path "backup;import;system/caches" --compare-hash "MD5" --put-md5 --cap-mbps 200 --local-hash-storage-mode HiddenFiles --hash-meta-dir "E:\hash-meta"
Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.
What problem was encountered?
Command succeeded, but it created a new folder E:\hash-meta with metadata. After that, I noticed that all the files in the original folder were hidden.
How can we reproduce the problem in the simplest way?
testData
with test filesazcopy sync ".\testData\" "https://<storage>.blob.core.windows.net/<container>/<folderName>/?sp=<sig>" --delete-destination true --exclude-path "backup;import;system/caches" --compare-hash "MD5" --put-md5 --cap-mbps 200 --local-hash-storage-mode HiddenFiles --hash-meta-dir "E:\hash-meta"
Have you found a mitigation/solution?
No
The text was updated successfully, but these errors were encountered: