Effects of "Backup frequency" for continuous backups?

1

What are the implications of specifying a backup frequency of, for instance, "Hourly" as opposed to "Daily" when it comes to continuous backups? I understand that the higher the frequency; the more recent the latest restore point will be - but will this also affect cost and/or the amount of storage?

질문됨 2년 전636회 조회
2개 답변
0

That really depends on the nature of the workload on the instance I would say. Every time the snapshot is taken ( after first full backup) , it only records the blocks that have changed. Therefore, if the workload is highly dynamic, there are chances that the blocks are changed every time the hourly backup is performed, resulting into high storage consumption and hence quickly add up to the cost specially if the snapshots are retained for longer time. But if the workload is static in nature, there might not be any changes during the hourly backups and therefore, less storage consumption and cost. So, it all depends on the nature of the data and desired RPO.

답변함 2년 전
0

For continuous backups, the schedule in AWS Backup defines how often a job is run to

  1. Check the backup is running as it should be, and start it if it isn't;
  2. Check for retention points that have expired and need to be deleted.

The underlying process for continuously backing up data will not be affected by the schedule unless it's not already running, and there is no impact on the storage consumption as all changes are captured. If regular snapshots were being taken instead, multiple changes between those snapshots would not be captured.

If you look at a continuous backup in a vault, you will see the recovery point ID has a date from when it was first created. When you restore from it you can choose any point in time up to the most recent update.

AWS
Ed_G
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠