Document that AWS backup doesn't always backup files written immediately before taking a backup

0

I have noticed that AWS backup for EFS is not behaving as I was expecting. There appear to be delays occasionally on the files backed up by AWS backup.

Example Scenario:

  1. Save fileA.txt to EFS
  2. Take a AWS backup immediately afterwards
  3. Restore the backup.

I find that fileA.txt doesn't exist in the restore but exists in the file system. It appears files saved immediately before taking a backup are not guaranteed to be backed up.

Is this the case? If so can this be documented in the AWS docs. If not is this a bug?

1 個回答
0

Amazon EFS is designed to be highly available. You can access and modify your Amazon EFS file systems while your backup is occurring in AWS Backup. However, inconsistencies, such as duplicated, skewed, or excluded data, can occur if you make modifications to your file system while the backup is occurring. These modifications include write, rename, move, or delete operations. To ensure consistent backups, we recommend that you pause applications or processes that are modifying the file system for the duration of the backup process. Or, schedule your backups to occur during periods when the file system is not being modified.

https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html#backup-consistency

SS
已回答 1 年前

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

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

回答問題指南