|
|
@@ -6,13 +6,14 @@ l2tp.sh
|
|
|
* Description: Auto install L2TP VPN for CentOS6+/Debian7+/Ubuntu12+
|
|
|
* Intro: https://teddysun.com/448.html
|
|
|
```bash
|
|
|
-Usage: l2tp [-l,--list|-a,--add|-d,--del|-h,--help]
|
|
|
+Usage: l2tp [-l,--list|-a,--add|-d,--del|-m,--mod|-h,--help]
|
|
|
|
|
|
| Bash Command | Description |
|
|
|
|------------------|------------------------------|
|
|
|
| l2tp -l,--list | List all users |
|
|
|
| l2tp -a,--add | Add a user |
|
|
|
| l2tp -d,--del | Delete a user |
|
|
|
+| l2tp -m,--mod | Modify a user password |
|
|
|
| l2tp -h,--help | Print this help information |
|
|
|
```
|
|
|
|
|
|
@@ -38,7 +39,8 @@ backup.sh
|
|
|
* You need to modify the config at first
|
|
|
* Backup MySQL/MariaDB all datebases & files and directories
|
|
|
* Backups are encrypted with AES256-cbc with SHA1 message-digest
|
|
|
-* Auto transfer backup file to Google Drive(need install `gdrive`)
|
|
|
+* Auto transfer backup file to Google Drive (need install `gdrive`)
|
|
|
+* Auto delete Google Drive's remote file (option)
|
|
|
|
|
|
```bash
|
|
|
Install gdrive step:
|