Forum Discussion

thomasmaurer's avatar
thomasmaurer
Icon for Microsoft rankMicrosoft
Jun 04, 2019

Sync Folder with Azure Blob Storage

With AzCopy v10 the team added a new function to sync folders with Azure Blob Storage. This is great if you have a local folder running on a server or even on a client device which you can to keep synchronized with Azure Blob storage. This will not only upload new or changed files, with the “–delete-destination” parameter you can let AzCopy remove locally deleted files on Azure blob storage and vice-versa.

You can find more information here: https://www.thomasmaurer.ch/2019/06/sync-folder-with-azure-blob-storage/