業務用エアコン関連の技術情報、エラーコード、環境問題対策に関する別サイト「エアコンの安全な修理・適切なフロン回収」

RockyLinux8.8 ; System Backup and Restore

1.Website data backup

1-1.Backup under /var/www/html

Create backup script file

Contents of backup_html.sh

Set permissions

Create save directory and Set permissions

scheduled execution
Add settings to cron for periodic backups

2.MySQL database backup

Create backup script file

Set permissions

Create save directory and Set permissions

scheduled execution
Add settings to cron for periodic backups

3.Restore backup files under html

Store HTML backup files in "/ (root)" directory

Expand file

4.Restore Mysql backup file

①Save the database backup file to any directory and
(In the example, the directory is "/var/www/backup/db_bak".)Extracting data

➁Restore MySQL database

Copied title and URL