when using AZCopy to download files, how do I get information about what files failed to transfer, and what the error was? All I get is a message stating how many files failed.
sudo azcopy \
--source <url> \
--destination <path> \
--source-key <key> \
--include "<something>" \
--recursive
I did see this post AZCopy Get list of failed transfer files, but the --V parameteter isn't recognized.
I also tried
--verbose < path> \
but it's not recognizing the path parameter, either with or without quotation marks.
You should just check the status with azcopy jobs show:
azcopy jobs show <job-id> --with-status=Failed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With