| @@ -7,3 +7,24 @@ | |||
| A: OS_HDD only | |||
| B: OS_HDD + BAK_Disk_A | |||
| C: OS_HDD + BAK_Disk_A + BAK_Disk_B | |||
| [howto] copy the other Machine | |||
| 1. scp all file to <destenation directory> | |||
| 2. Change to <destenation directory> | |||
| 3. Performing below command to change all scripts content | |||
| # sed -i 's/ED8/xxxxx/g' * | |||
| 4. Rename all files | |||
| # mv ED8backup-mysql-Auto.sh xxxxxbackup-mysql-Auto.sh | |||
| # mv ED8backup-mysql-Auto.sh.SRC | |||
| # mv ED8backup-Script_ED8-Auto.sh | |||
| # mv ED8backup-Script_ED8-Auto.sh.SRC | |||
| # mv ED8backup-Source_Files-Auto.sh | |||
| # mv ED8backup-Source_Files-Auto.sh.SRC | |||
| # mv ED8Remote_backup.sh | |||
| # mv ED8Remote_backup.sh.SRC | |||
| # mv ED8restore_from_local-mysql.sh | |||
| # mv ED8restore_from_local-mysql.sh.SRC | |||
| # mv ...... | |||
| # mv ...... | |||
| 5. Done | |||