使用 AWS re:Post 即表示您同意 AWS re:Post 使用條款

AWS Backup - EFS Transition to Cold Storage - Incremental Backup

0

I have a 50TB EFS and I want to do incremental backups of it. I am thinking the following: I do the first backup (which is a full backup), I do another backup (which will be kept in warm class), this new warm backup has 100GB, because it stores just what has changed. And so finally I transition the full backup done to cold storage. Will I pay for 100GB in Warm storage and 50TB in cold storage or the data referenced by the second backup will be kept in warm storage and I will pay 50TB Cold + 50TB Warm + 100GB warm? And so, will my incremental backups store just what has changed even if my full backup is in cold storage?

已提問 2 年前檢視次數 754 次
2 個答案
1

1. Will I pay for 100GB in Warm storage and 50TB in cold storage or the data referenced by the second backup will be kept in warm storage and I will pay 50TB Cold + 50TB Warm + 100GB warm?

According to reference [1] under Lifecycle, each backup to cold storage will be a full backup. This means that when you transition the 1st backup to cold storage, 50 TB will be charged as cold storage. Because the 2nd backup is incremental, whatever data that the 2nd backup references from the 1st backup will be kept in warm storage.

2. And so, will my incremental backups store just what has changed even if my full backup is in cold storage?

AWS Backup will keep data that is needed by other incremental backups as needed. This means that even if the 1st backup of EFS was deleted, the data that is referenced by the 2nd backup and subsequent backups will be kept to ensure that those backups can be restorable.

References

[1] Backup rules - https://docs.aws.amazon.com/aws-backup/latest/devguide/creating-a-backup-plan.html#backup-rules

profile picture
專家
已回答 2 年前
0

Per https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html

AWS Backup automatically transitions data to cold storage only for data that no longer exists in the most recent warm backup. For example, your file system has 100 files when you create a backup and you delete two files the day after you created the backup (100 files - 2 files = 98 files on second day). When you transition the data to cold storage, only the two deleted files move to cold storage and the remaining 98 files are billed as warm storage.

So in your case there would be 50TB in warm storage, as that is the size of the data in the 2nd recovery point (i.e. if you did a full restore you would expect to get 50TB of data). You say 100GB has changed, therefore there will be 100GB of data that is only in the 1st retention point, and this will be eligible for transition to cold storage.

profile pictureAWS
專家
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南