Which version of the AzCopy was used?
AzcopyVersion 10.31.0
Which platform are you using? (ex: Windows, Mac, Linux)
OS-Environment windows
OS-Architecture amd64
What command did you run?
copy \\REDACTED\MySourceFolder https://AzureBlob/MyFolder?si=REDACTED --recursive=true --overwrite=false --output-type=json
What problem was encountered?
The files that are skipped are included in the JSON file, but there is no listing of the files successfully copied.
How can we reproduce the problem in the simplest way?
Copy some files from a folder.
Add another file to the folder.
Re-run AzCopy to copy files from the folder.
You will see the files skipped, but no mention of the files successfully copied.
Have you found a mitigation/solution?
No