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?

已提问 1 年前440 查看次数
1 回答
2

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
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则