Difference between revisions of "Backup and Restore Loop"

From PKC
Jump to navigation Jump to search
Line 2: Line 2:
[[File:Backup-restore.png|400px|thumb|center|Backup-restore]]
[[File:Backup-restore.png|400px|thumb|center|Backup-restore]]
=Introduction=
=Introduction=
Configuration process is done by ansible script, that is executed from ansible host. To deploy the backup-restore process,
Configuration process is done by ansible script, that is executed from ansible host. Below are the outline of deployment process in general
# Get the source code; From github to your local machine. The source code will contain all necessary ansible script to execute the deployment process.
# Adjust the configuration; Adjust configuration on your local machine to define the backup-and-restore loop
# Execute Backup Process; Execute backup installation
# Execute Restore Process; Execute restore installation
 
=Step to deploy=
=Step to deploy=



Revision as of 10:10, 14 March 2022

PKC Automatic Backup and Restore Process is a series of command executed on backup-source server and backup-target server. The target of the process loop is to ensure there are always a backup data that can be easily restored into target server. Below is the schematic diagram on how the process is executed.

Backup-restore

Introduction

Configuration process is done by ansible script, that is executed from ansible host. Below are the outline of deployment process in general

  1. Get the source code; From github to your local machine. The source code will contain all necessary ansible script to execute the deployment process.
  2. Adjust the configuration; Adjust configuration on your local machine to define the backup-and-restore loop
  3. Execute Backup Process; Execute backup installation
  4. Execute Restore Process; Execute restore installation

Step to deploy

References