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?

gefragt vor 2 Jahren636 Aufrufe
2 Antworten
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.

beantwortet vor 2 Jahren
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen