51Testing软件测试论坛

标题: 用批处理(.bat)在任务计划里备份bugfree数据 [打印本页]

作者: qianqiuxue33    时间: 2011-3-28 10:44
标题: 用批处理(.bat)在任务计划里备份bugfree数据
net stop Apache2.2
net stop mysql
"C:\Program Files\WinRAR\WinRAR.exe" a -ag[YYYYMMDD] -m5
C:xampp\mysql\data\bugfree2.rar E:xampp\mysql\data\bugfree2
net start mysql
net start Apache2.2

其中xampp及bugfree在C盘里安装,我想把mysql里的bugfree2备份到E盘,这样写有什么问题啊?为什么我执行任务计划的时候没有备份呢?我没有在E盘创建E:xampp\mysql\data\bugfree2这么目录。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2