Update README.md

This commit is contained in:
Teddysun 2020-09-01 14:38:36 +09:00
parent 3b452c106a
commit 9b857494a7
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -1,4 +1,4 @@
# Across the Great Wall we can reach every corner in the world ## Across the Great Wall we can reach every corner in the world
## wireguard.sh ## wireguard.sh
@ -18,17 +18,17 @@
## bench.sh ## bench.sh
- Description: Auto test download & I/O speed script - Description: Auto test I/O & upload & download speed script
- Intro: https://teddysun.com/444.html - Intro: https://teddysun.com/444.html
## backup.sh ## backup.sh
- You must modify the config before run it - You must modify the config before run it
- Backup MySQL/MariaDB datebases, files and directories - Backup MySQL or 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 (Depends on `openssl` command) (option)
- Auto transfer backup file to Google Drive (need install `rclone` command) (option) - Auto transfer backup file to Google Drive (Depends on [`rclone`](https://teddysun.com/469.html) command) (option)
- Auto transfer backup file to FTP server (option) - Auto transfer backup file to FTP server (Depends on `ftp` command) (option)
- Auto delete Google Drive's or FTP server's remote file (option) - Auto delete remote file from Google Drive or FTP server (option)
- Intro: https://teddysun.com/469.html - Intro: https://teddysun.com/469.html
## ftp_upload.sh ## ftp_upload.sh