Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script>
AJS.toInit(function() {
if (AJS.params.remoteUser == ''){
AJS.$('.page-metadata').hide();
}
});
</script>

Backup & Restore:

  1. The backups of the Applications are done on regular basesdaily basis.
  2. The backups are normally done in a time-frame where there is minimal activity on the Customer Applicationservers.
  3. The backups of the Application is a full backup of all the data.The backups are done on two levels:
  4. Hosting Provider Backup: Which is the backup of the whole image of the Infrastructure Server that is holding the Customer Application.
  5. Manual Backups: Regular Backups that are done on the server level, which is a more detailed backup of the files and folders of the application, and should act as another backup plan in case the first backup failed to restore
  6. Geo-redundant backups are taken daily with a retention period 30 days, stores multiple copies of backups so that data is protected from planned and unplanned events, including transient hardware failures, network or power outages, and massive natural disaster.
  7. Below is a table containing the RTO, RPO & Retention information about the mentioned backup procedures above:


...

Information1st Backup Method2nd Backup Method
RPO24 Hours24 Hours
RTO8 12 Hours8 12 Hours
Retention Time35 Days35 Days



Sanity Checks & Backup Resilience:

  1. Backup Restoration Tests are periodically conducted to test the Backup & Restoration process is working properly.
  2. The Sanity Checks of the backups are conducted on Local/Cloud machines.
  3. The Sanity Checks are done every 1 Month of the latest backup that is taken.