Difference between revisions of "Backup and Restore Loop"

From PKC
Jump to navigation Jump to search
(Created page with "Please edit this page.")
 
Line 1: Line 1:
Please edit this page.
'''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.
[[File:Backup-restore.png|400px|thumb|center|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=

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