简体   繁体   中英

Backup of azure storage account file share

I have quite a few shared files in an azure file share, what is the best backup method for these? This is in case a user deletes a file and I need to recover, I understand that the files on azure storage are written across multiple disks

There is no real answer to this, you can use any backup solution\\technic you desire.
As for the Azure side, Azure does provide a way to do this, but for blobs only. https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/12/introducing-asynchronous-cross-account-copy-blob/

edit: As Gaurav pointed out, you could async copy the Azure Files.
https://docs.microsoft.com/en-us/azure/storage/storage-use-azcopy#file-copy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM