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 年前

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

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

回答問題指南