Using AzCopy 4.1.0 I want to backup a directory containing files with concurrent write access from data producing application. A couple of files can be copied, but I see a lot of errors for other files. If the application causing write access is not running, same AzCopy command then works like a charm.
[2015/07/08 10:46:12.625+00:00] >>>>>>>>>>>>>>>>
[2015/07/08 10:46:12.625+00:00][VERBOSE] 4.1.0 : AzCopy /@:guid02_backup_to_blob.response.txt
[2015/07/08 10:46:14.752+00:00][VERBOSE] Start transfer: Rauchvolumenbox_Stoff2_neuREAC.smv
...
[2015/07/08 10:46:16.968+00:00][VERBOSE] Transfer FAILED: Rauchvolumenbox_Stoff2_neuREAC_hrr.csv.
[2015/07/08 10:46:16.968+00:00][ERROR] Rauchvolumenbox_Stoff2_neuREAC_hrr.csv: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
...
[2015/07/08 10:46:16.987+00:00] Transfer summary:-----------------
Total files transferred: 119
Transfer successfully: 34
Transfer skipped: 0
Transfer failed: 85
Elapsed time: 00.00:00:04
What I asked AzCopy to do? Nothing special: Copy local folder to folder in blob storage. Excerpt from my AzCopy response file.
/Source:C:\MyProjects\Cases\GUID02
/Dest:https://ffpocsacomputing01.blob.core.windows.net/jobs/guid02
Please translate the error message for me! Are there any constraints I not aware of?
Thank you.
- Edited by Sascha Gottfried Saturday, July 11, 2015 5:20 PM Add logs