I\'ve got a Python script that runs the AzCopy command to backup my storage accounts. However, it keeps throwing a prompt with the following message.
Please try azcopy with the --quiet option.
azcopy
--quiet
If you type azcopy --help, you will see this option with the following description:
azcopy --help
--quiet Suppresses all AzCopy confirmation prompts.
If using azcopy sync, you have to be crafty:
azcopy sync
echo N | azcopy sync ... --force=false