Difference between revisions of "Backup and Restore Loop"

From PKC
Jump to navigation Jump to search
Line 5: Line 5:
=Step to deploy=
=Step to deploy=


=References=
<references />
[[Category:DevOps]]
[[Category:DevOps]]

Revision as of 10:07, 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

References