You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Readme.txt 1.1KB

6 jaren geleden
123456789101112131415161718192021222324252627282930
  1. 01.ENV_check.sh
  2. 2019/08/04:
  3. * It can depend on who you are to perform Backup/Restore solution
  4. * It can auto selete mysqldump or /opt/lampp/bin/mysqldump
  5. * It can auto selete mysql or /opt/lampp/bin/mysql
  6. * It can select backup destenation mode as below. But you have to install enough QTY of HDDs.
  7. A: OS_HDD only
  8. B: OS_HDD + BAK_Disk_A
  9. C: OS_HDD + BAK_Disk_A + BAK_Disk_B
  10. [howto] copy the other Machine
  11. 1. scp all file to <destenation directory>
  12. 2. Change to <destenation directory>
  13. 3. Performing below command to change all scripts content
  14. # sed -i 's/ED8/xxxxx/g' *
  15. 4. Rename all files
  16. # mv ED8backup-mysql-Auto.sh xxxxxbackup-mysql-Auto.sh
  17. # mv ED8backup-mysql-Auto.sh.SRC
  18. # mv ED8backup-Script_ED8-Auto.sh
  19. # mv ED8backup-Script_ED8-Auto.sh.SRC
  20. # mv ED8backup-Source_Files-Auto.sh
  21. # mv ED8backup-Source_Files-Auto.sh.SRC
  22. # mv ED8Remote_backup.sh
  23. # mv ED8Remote_backup.sh.SRC
  24. # mv ED8restore_from_local-mysql.sh
  25. # mv ED8restore_from_local-mysql.sh.SRC
  26. # mv ......
  27. # mv ......
  28. 5. Done