重启服务进程 shell脚本

1  备份 redis-server 数据 shell 脚本mysql #!/bin/sh nowTimeS=`date +"%Y-%m-%d-%H:%M:%S"` echo $nowTimes cp ./dump.rdb ./backpak/dump$nowTimeS.rdb 2  重启游戏服务器 shell 脚本linux #!/bin/sh # Database info DB_USER="
相关文章
相关标签/搜索