How can I make non-disruptive backups of my instances and ebs?

0

I want to backup using AMI or Snapshot. During backup, the instance continues to write to EBS. At this time, is it possible to make non-disruptive backups while maintaining disk consistency?

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

Only data written to the disk is captured in the snapshot, data in memory not yet written to the disk will be excluded. For non-disruptive backups this is generally considered good enough.

You do have an option on Windows to do VSS snapshots that can handle open files a little better (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/application-consistent-snapshots.html)

If you need to make sure all data is written to disk first, the best way is to either shutdown the instance or unmount the volume being snapshotted.

rianbk
已回答 2 年前

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

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

回答问题的准则