<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Bat</title>
	<atom:link href="http://www.osyunwei.com/archives/category/backup/script/bat/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在Windows 客户端下备份远程Linux服务器上的Oracle数据库</title>
		<link>https://www.osyunwei.com/archives/5789.html</link>
		<comments>https://www.osyunwei.com/archives/5789.html#comments</comments>
		<pubDate>Wed, 27 Feb 2013 13:05:02 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Bat]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5789</guid>
		<description><![CDATA[1、在Windows上安装Oracle客户端软件（比如：win32_11gR1_client版本最好跟服务器Oracle版本相同） 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 2、在Windows上配置Oracle客户端连接 打开D:\app\Administrator\product\11.1.0\client_1\network\admin\tnsnames.ORA  #添加以下代码 128orcl= (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =192.168.0.128)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl) ) ) 128orcl #描述 92.168.0.128  #Oracle服务器IP orcl #Oracle数据库实例名 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 3、开始-运行-cmd 打开命令行操作界面 输入： exp OSYUNWEI/123456@128orcl grants=y owner=OSYUNWEI file=d:\OSYUNWEI_DATA.dmp log=d:\OSYUNWEI_DATA.log Oracle用户名：OSYUNWEI 密码：123456 128orcl：Oracle客户端连接名 128orcl可以使用192.168.0.128:1521/orcl代替 grants=y 导出用户权限 owner=OSYUNWEI [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5789.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5789.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows下MySQL数据库备份脚本（二）</title>
		<link>https://www.osyunwei.com/archives/3421.html</link>
		<comments>https://www.osyunwei.com/archives/3421.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 10:57:26 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Bat]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql备份]]></category>
		<category><![CDATA[mysql数据备份]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3421</guid>
		<description><![CDATA[说明： MySQL数据库安装目录：C:\Program Files\MySQL\MySQL Server 5.0 MySQL数据库存放目录：C:\Program Files\MySQL\MySQL Server 5.0\data MySQL数据库备份目录：D:\MySQLdata_Bak 实现目的：备份MySQL数据库存放目录中的mysql数据库到D:\MySQLdata_Bak目录，并且按照日期存放。 例如： D:\MySQLdata_Bak\mysql\20120404 D:\MySQLdata_Bak\mysql\20120405 1、把下面的文件保存为：mysql_bak.bat 放到D:\MySQLdata_Bak\目录中,如：D:\MySQLdata_Bak\mysql_bak.bat 2、在Windows中打开，开始-设置-控制面板-任务计划，把上面的批处理文件添加到任务计划中，设置每天某时间执行。 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/3421.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Windows下MySQL数据库备份脚本（二）<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3421.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3421.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows下MySQL数据库备份脚本（一）</title>
		<link>https://www.osyunwei.com/archives/3419.html</link>
		<comments>https://www.osyunwei.com/archives/3419.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 10:54:45 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Bat]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql备份]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3419</guid>
		<description><![CDATA[说明： MySQL数据库安装目录：C:\Program Files\MySQL\MySQL Server 5.0 MySQL数据库存放目录：C:\Program Files\MySQL\MySQL Server 5.0\data MySQL数据库备份目录：D:\MySQLdata_Bak 实现目的：备份MySQL数据库存放目录中的mysql数据库到D:\MySQLdata_Bak目录，按照日期存放， 并且只保留最近7天的数据 例如： D:\MySQLdata_Bak\mysql\20120404\mysql_bak.sql D:\MySQLdata_Bak\mysql\20120405\mysql_bak.sql 1、把下面的文件保存为：mysql_bak.bat 放到D:\MySQLdata_Bak\目录中,如：D:\MySQLdata_Bak\mysql_bak.bat 2、在Windows中打开，开始-设置-控制面板-任务计划，把上面的批处理文件添加到任务计划中，设置每天某时间执行。 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/3419.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Windows下MySQL数据库备份脚本（一）<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3419.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3419.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows下通过FTP自动备份数据到服务器并删除指定天数前的备份</title>
		<link>https://www.osyunwei.com/archives/1442.html</link>
		<comments>https://www.osyunwei.com/archives/1442.html#comments</comments>
		<pubDate>Fri, 16 Dec 2011 05:34:43 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Bat]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[自动备份]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1442</guid>
		<description><![CDATA[说明： 1、要备份的文件在D盘根目录下面，以时间命名，例如 D:\data_db_201112130001.BAK D:\data_db_201112140002.BAK D:\data_db_201112150003.BAK 每天会自动生成一个新的文件，例如2011年12月16号，会自动生成data_db_201112160004.BAK 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 2、要把D:\下面当天生成的那个数据定时备份到FTP服务器上，例如，今天是2011年12月16号，要把data_db_201112160004.BAK这个文件上传到FTP服务器上，并且删除7天前的数据（只保留最近7天的备份） ftp服务器：192.168.1.1 端口：21 用户名：admin 密码：123456 备份文件目录databak 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 把下面的代码保存问data.bat，添加到windows的计划任务中，每天自动执行即可。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/1442.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Windows下通过FTP自动备份数据到服务器并删除指定天数前的备份<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1442.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1442.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
