mirror of
https://github.com/AAAAAEXQOSyIpN2JZ0ehUQ/SSHPLUS-MANAGER-FREE.git
synced 2024-11-27 14:19:03 +00:00
6 lines
269 B
Bash
6 lines
269 B
Bash
#!/bin/bash
|
|
clear
|
|
DirBackup="banco19157"
|
|
rm /var/www/html/admin/pages/apis/$DirBackup/sshplus.sql > /dev/null 2>&1
|
|
senha=$(cat /var/www/html/pages/system/pass.php |cut -d"'" -f2)
|
|
mysqldump -u root -p$senha sshplus > /var/www/html/admin/pages/apis/$DirBackup/sshplus.sql |