Open main menu

CDOT Wiki β

Changes

no edit summary
The backup system has been broken into two custom scripts. First one is to create local copy of the configurations and to back up the repository to removable drives, it is called blaze. The second script is called wildfire and it is to synchronize those local copies to different locations over the network.
 
==files/folders layout example==
 
{| class="wikitable" border="1"
|+ backup layout example
! source !! files or folder !! type of data !! destination !! location
|-
| hongkong || /etc || configurations || backup_server || /var/backup/
|-
| chile || /var/lib/db || database || backup_server || /var/backup/
|}
 
 
==how to restore example==
 
 
configs, database, repo commands etc...
1
edit