Aws backup : How to forced a full backup

0

Hello all, I'm currently working on aws backup service , I know aws backup is doing a full backup the first time but the next backup are incremental. I would like to force full backup. How to do it? Best regards

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

Once a full backup is obtained, subsequent backups are incremental.
So if we were to do it, we would delete the full backup each time and then get a backup, which would be a full backup.
https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource

As described in the following document, even if a full backup is lost, the data can be fully restored from the incremental backups taken afterward, so there is no point in taking a full backup every time.
https://docs.aws.amazon.com/aws-backup/latest/devguide/creating-a-backup.html#how-incremental-backup-works

profile picture
專家
已回答 1 年前
profile pictureAWS
專家
kentrad
已審閱 1 年前
0

Depending on the type of service, you can enforce a full backup. If it is EFS, S3, VMWareVM's or DynamoDB with advance feature enabled then you can create a full backup by creating an on-demand backup to a vault where a previous backup for the same resource doesn't exist. Basically, you have to pick a different vault.

For EC2, RDS, EBS, etc, the backups are region wise incremental. That means all the backups for these resources are incremental in the same region.

SS
已回答 1 年前
profile pictureAWS
專家
kentrad
已審閱 1 年前

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

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

回答問題指南