Update comments

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2020-07-26 18:19:41 +09:00
parent a0b4759412
commit e38742af65
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -4,8 +4,8 @@
# This file is part of the LAMP script. # This file is part of the LAMP script.
# #
# LAMP is a powerful bash script for the installation of # LAMP is a powerful bash script for the installation of
# Apache + PHP + MySQL/MariaDB/Percona and so on. # Apache + PHP + MySQL/MariaDB and so on.
# You can install Apache + PHP + MySQL/MariaDB/Percona in an very easy way. # You can install Apache + PHP + MySQL/MariaDB in an very easy way.
# Just need to input numbers to choose what you want to install before installation. # Just need to input numbers to choose what you want to install before installation.
# And all things will be done in a few minutes. # And all things will be done in a few minutes.
# #
@ -16,7 +16,7 @@
# Github: https://github.com/teddysun/lamp # Github: https://github.com/teddysun/lamp
# #
# You must to modify the config before run it!!! # You must to modify the config before run it!!!
# Backup MySQL/MariaDB/Percona datebases, files and directories # Backup MySQL/MariaDB datebases, files and directories
# Backup file is encrypted with AES256-cbc with SHA1 message-digest (option) # Backup file is encrypted with AES256-cbc with SHA1 message-digest (option)
# Auto transfer backup file to Google Drive (need install rclone command) (option) # Auto transfer backup file to Google Drive (need install rclone command) (option)
# Auto transfer backup file to FTP server (option) # Auto transfer backup file to FTP server (option)