简体   繁体   中英

Backup files to Azure Storage

We are migrating from an on-premises virtual machine to Azure cloud. The virtual machine will eventually be decommissioned and we have many files and folders that we don't want to lose, like old websites and databases, scripts, programs etc.

We use an Azure storage account for storing and retrieving images via blob containers for the live websites.

Q : What is the best and most cost effective way to backup large amount of files unused in production, rarely accessed, from an on-premises virtual machine to Azure cloud?

recommendation would be to move those unused files to Azure storage archives, which is cost effective and easily accessible when required.

https://azure.microsoft.com/en-us/services/storage/archive/

Changing the Access tier to Azure Archive Storage(if storing data in Blobs) would be your best option. A few notes:

  • The Archive storage tier is only available at the blob level and not at the storage account level.

  • Archive storage is offline and offers the lowest storage costs but also the highest access costs

  • Hot, Cool, and Archive tiers can be set at the object level.

Additional info can be found here: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers

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