首页 > Windows开发 > 详细

windows实现备份Lotus data数据的命令

时间:2014-11-24 13:32:02      阅读:466      评论:0      收藏:0      [点我收藏+]
 
@echo服务端关闭:
taskkill -f -im nupdate.exe
taskkill -f -im nstats.exe
taskkill -f -im nserver.exe
taskkill -f -im nsched.exe
taskkill -f -im nrouter.ex
taskkill -f -im nreplica.exe
taskkill -f -im nmtc.exe
taskkill -f -im nmaps.exe
taskkill -f -im nlogasio.exe
taskkill -f -im nevent.exe
taskkill -f -im ncalconn.exe
taskkill -f -im namgr.exe
taskkill -f -im namgr.exe
taskkill -f -im nadminp.exe
@echo服务端备份
md e:\lotus(20141201)
xcopy /e "d:\lotus" "e:\lotus(20141201)"
@启动服务器
start d:\lotus\domino\nserver.exe
exit

windows实现备份Lotus data数据的命令

原文:http://blog.csdn.net/gavid0124/article/details/41443785

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!