Hello All,
My requirement to Upload daily backups from local to azure blob storage in automation.
I need to upload only the last modified files or folders from the last backup . How to proceed on this.
Regards,
Loganathan. R
Hello All,
My requirement to Upload daily backups from local to azure blob storage in automation.
I need to upload only the last modified files or folders from the last backup . How to proceed on this.
Regards,
Loganathan. R
@LoganathanR-0963
The easiest method without writing any code would be to use AzCopy sync. With sync the last modified times are used for comparison. The file is skipped if the last modified time in the destination is more recent. If running Windows you can have azcopy run as a schedule task or cron if using Linux.
Hope this helps! Let me know if you have further questions or concerns and I will be happy to assist.
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.
14 people are following this question.
How to debug an ADF pipeline runnning indefinitely?
Not able to delete multiple blobs with Blob Batch API
How to move files from Batch Account Pool to Blob Storage using Data Factory ?
Multiple blob deletion through rest api is failing
Azure data factory run Python to access Azure blob storage failed