<?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>Sybase数据库技术，数据库恢复专家 &#187; excludefile</title>
	<atom:link href="http://www.dbainfo.net/tag/excludefile/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbainfo.net</link>
	<description>提供Sybase ASE及Sybase SQL Anywhere数据库修复服务，电话：13811580958(微信)，QQ：289965371！We have many years of experience in recovering data from damanged Sybase devices. Contact us by Phone: +86 13811580958 Wechat: 13811580958 Email: 289965371@qq.com</description>
	<lastBuildDate>Sat, 14 Jun 2025 16:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>solaris中tar包时排除指定的目录</title>
		<link>https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm</link>
		<comments>https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm#comments</comments>
		<pubDate>Mon, 20 Sep 2010 05:17:15 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[Sybase ASE]]></category>
		<category><![CDATA[excludefile]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=315</guid>
		<description><![CDATA[在solaris系统中，tar命令中排除指定目录和文件的参数与linux中tar命令不同。 在solaris 10中，可以这么用。 比如：我想打开目录/sybase到/tmp/sybase.tar，排除目录/sybase下的两个文件：EBF17156.tar和 cd /sybase echo /sybase/EBF17156.tar &#62; excludefile echo /sybase/ase1503_solsparc64_2.tar&#160; &#62;&#62; excludefile tar cvfX /tmp/sybase.tar excludefile&#160; /sybase 本文链接地址：https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm； 本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载； 转载务必注明原始出处 : Sybase数据库技术，数据库恢复专家； 对《solaris中tar包时排除指定的目录》有何疑问或见解，请在本文下方发表； 对网站还有其他问题或建议，请提交在留言板，谢谢！ 相关文章2010-10-26 -- Solaris的gcc，gdb安装 (0)2010-06-13 -- aix与solaris中mount一个iso文件的方法 (0)2010-06-01 -- 解决solaris10上因为共享内存不足导致不能初始化sybase15.0.3服务的问题 (0)2010-05-12 -- tar打包时报错：Reached end-of-file before expected的解决方法 (0)2010-03-19 -- 查看solaris系统的版本和位数 (1)2010-03-15 -- 关于unix下tar解压时的两个错误问题及解决方法 (0)2010-03-10 -- 解决xmanager不能远程登录Solaris10主机的问题[转] (0)]]></description>
			<content:encoded><![CDATA[<p>在solaris系统中，tar命令中排除指定目录和文件的参数与linux中tar命令不同。</p>
<p>在solaris 10中，可以这么用。</p>
<p>比如：我想打开目录/sybase到/tmp/sybase.tar，排除目录/sybase下的两个文件：EBF17156.tar和</p>
<blockquote>
<p>cd /sybase</p>
<p>echo /sybase/EBF17156.tar &gt; excludefile</p>
<p>echo /sybase/ase1503_solsparc64_2.tar&nbsp; &gt;&gt; excludefile</p>
<p><strong><span style="font-size: 16px;">tar cvf<span style="color: rgb(255, 0, 0);">X</span> /tmp/sybase.tar </span><span style="font-size: 16px;"><span style="color: rgb(255, 0, 0);">excludefile&nbsp; </span></span><span style="font-size: 16px;">/sybase<br />
		</span></strong></p>
</blockquote>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm">https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm">solaris中tar包时排除指定的目录</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2010-10-26 -- <a href="https://www.dbainfo.net/solaris-install-gcc-compiler-environment.htm" title="Solaris的gcc，gdb安装">Solaris的gcc，gdb安装</a> (0)</li><li>2010-06-13 -- <a href="https://www.dbainfo.net/mount-an-iso-image-file-at-aix-solaris-platform.htm" title="aix与solaris中mount一个iso文件的方法">aix与solaris中mount一个iso文件的方法</a> (0)</li><li>2010-06-01 -- <a href="https://www.dbainfo.net/sybase-ase-initialize-service-solaris-share-memory-segment-projadd.htm" title="解决solaris10上因为共享内存不足导致不能初始化sybase15.0.3服务的问题">解决solaris10上因为共享内存不足导致不能初始化sybase15.0.3服务的问题</a> (0)</li><li>2010-05-12 -- <a href="https://www.dbainfo.net/tar-package-reached-end-of-file-before-expected.htm" title="tar打包时报错：Reached end-of-file before expected的解决方法">tar打包时报错：Reached end-of-file before expected的解决方法</a> (0)</li><li>2010-03-19 -- <a href="https://www.dbainfo.net/solaris-system-version-long-word.htm" title="查看solaris系统的版本和位数">查看solaris系统的版本和位数</a> (1)</li><li>2010-03-15 -- <a href="https://www.dbainfo.net/unix-tar-unzip-two-problems-and-dealing.htm" title="关于unix下tar解压时的两个错误问题及解决方法">关于unix下tar解压时的两个错误问题及解决方法</a> (0)</li><li>2010-03-10 -- <a href="https://www.dbainfo.net/xmanager-cannot-login-solaris10.htm" title="解决xmanager不能远程登录Solaris10主机的问题[转]">解决xmanager不能远程登录Solaris10主机的问题[转]</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/solaris-tar-exclude-file-dir.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
