Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Gitea 07c4e3c0ba 2019/08/12 01:25:11 il y a 6 ans
_LOG 2019/08/12 01:25:11 il y a 6 ans
01.ENV_check.sh 2019/08/12 01:25:11 il y a 6 ans
02.AutoBackup_crontab_check.sh 2019/08/12 01:25:11 il y a 6 ans
JOERemote_backup.sh 2019/08/12 01:25:11 il y a 6 ans
JOERemote_backup.sh.SRC 2019/08/12 01:25:11 il y a 6 ans
JOEbackup-Script_JOE-Auto.sh 2019/08/12 01:25:11 il y a 6 ans
JOEbackup-Script_JOE-Auto.sh.SRC 2019/08/12 01:25:11 il y a 6 ans
JOEbackup-Source_Files-Auto.sh 2019/08/12 01:25:11 il y a 6 ans
JOEbackup-Source_Files-Auto.sh.SRC 2019/08/12 01:25:11 il y a 6 ans
JOEbackup-mysql-Auto.sh 2019/08/12 01:25:11 il y a 6 ans
JOEbackup-mysql-Auto.sh.SRC 2019/08/12 01:25:11 il y a 6 ans
JOErestore_from_local-mysql.sh 2019/08/12 01:25:11 il y a 6 ans
JOErestore_from_local-mysql.sh.SRC 2019/08/12 01:25:11 il y a 6 ans
Readme.txt 2019/08/12 01:25:11 il y a 6 ans
Z001.git_update.sh 2019/08/10 19:10:01 il y a 6 ans

Readme.txt

01.ENV_check.sh
2019/08/04:
* It can depend on who you are to perform Backup/Restore solution
* It can auto selete mysqldump or /opt/lampp/bin/mysqldump
* It can auto selete mysql or /opt/lampp/bin/mysql
* It can select backup destenation mode as below. But you have to install enough QTY of HDDs.
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