Here you can find the different options for data transfer:
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello all,
I am looking to transfer about 10TB of data from a physical server to a Azure Storage Blob. I am using Storage Manager to move the data from the server to the Blob.
When I transfer the data the metadata is being change as if it is a copy; the data regarding the creation data, user modification date, etc.
Is there another tool or solution to transfer the data with the original metadata?
Here you can find the different options for data transfer:
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten
@KareemWilliams-9581Welcome to Microsoft Q&A Platform. Thanks for posting the query. Adding more information to the above suggestion,
You can set metadata on the blob before calling to upload.
You can see the available response ( metadata) that is available for the blob: https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob-properties#sample-response
You can leverage the Getblob metedata and set blob metadata REST API to understand which metadata are default and which can be tweaked: https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob-metadata
https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-metadata
Setting and retrieving properties and metadata for Blob service resources
Hope this helps!
Kindly let us know if the above helps or you need further assistance on this issue.
--------------------------------------------------------------------------------------------------------
Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.