Difference between revisions of "Backup and Restore Loop"

From PKC
Jump to navigation Jump to search
Line 4: Line 4:
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. To deploy the backup-restore process,  
=Step to deploy=
=Step to deploy=
[[Category:DevOps]]

Revision as of 10:06, 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. To deploy the backup-restore process,

Step to deploy