<?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; 备份</title>
	<atom:link href="http://www.bsdmap.com/tag/%e5%a4%87%e4%bb%bd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bsdmap.com</link>
	<description>花开，没有声音……</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:01:42 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19814</generator>
		<item>
		<title>NTFS也有硬链接</title>
		<link>http://www.bsdmap.com/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/</link>
		<comments>http://www.bsdmap.com/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 03:23:03 +0000</pubDate>
		<dc:creator>洪川</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[fsutil]]></category>
		<category><![CDATA[hardlink]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://bsdmap.org/~nix/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/</guid>
		<description><![CDATA[windows NTFS 文件系统硬连接命令：fsutil hardlink create windows xp 系统有一个鲜为人知的命令： fsutil (file system util)这是一个非常强大的控制 ntfs 文件系统行为的命令，这个命令其中一个功能便是创建硬链接 语法如下： fsutil hardlink create c:\foo.txt c:\bar.txt这样 c:\foo.txt c:\bar.txt 两个入口点便会被设置为指向同一个 ntfs 文件对象。一个用于建立硬链接的shellexthttp://dormforce.net/Blog/electronixtar/archive/2006/11/20/11685.aspx　Windows上的12种快捷方式]]></description>
			<content:encoded><![CDATA[<p><span class="tpc_title">windows NTFS 文件系统硬连接命令：fsutil hardlink create</span></p>
<p><span class="tpc_content">windows xp 系统有一个鲜为人知的命令： fsutil (file system util)</span><span class="tpc_content">这是一个非常强大的控制 ntfs 文件系统行为的命令，这个命令其中一个功能便是创建硬链接<br />
语法如下：<br />
fsutil hardlink create c:\foo.txt c:\bar.txt</span><span class="tpc_content">这样 c:\foo.txt c:\bar.txt 两个入口点便会被设置为指向同一个 ntfs 文件对象。</span><span class="tpc_content"><span class="tpc_content"><span class="tpc_title"><a href="http://bsdmap.org/~nix/wp-content/uploads/2007/11/linkshellext.rar" title="一个用于建立硬连接的shellext">一个用于建立<font color="#000000">硬链接</font>的shellext</a></span></span></span><span class="tpc_content"><span class="tpc_content"><span class="tpc_title"><a href="http://dormforce.net/Blog/electronixtar/archive/2006/11/20/11685.aspx">http://dormforce.net/Blog/electronixtar/archive/2006/11/20/11685.aspx</a>　Windows上的12种快捷方式</span></span><span class="tpc_content"></span></p>
<p><span class="tpc_content"></span></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsdmap.com/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>利用硬连接备份</title>
		<link>http://www.bsdmap.com/2007/11/23/%e5%88%a9%e7%94%a8%e7%a1%ac%e8%bf%9e%e6%8e%a5%e5%a4%87%e4%bb%bd/</link>
		<comments>http://www.bsdmap.com/2007/11/23/%e5%88%a9%e7%94%a8%e7%a1%ac%e8%bf%9e%e6%8e%a5%e5%a4%87%e4%bb%bd/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 02:09:37 +0000</pubDate>
		<dc:creator>洪川</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[pdumpfs]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://bsdmap.org/~nix/2007/11/23/%e5%88%a9%e7%94%a8%e7%a1%ac%e8%bf%9e%e6%8e%a5%e5%a4%87%e4%bb%bd/</guid>
		<description><![CDATA[pdumpfs是一个使用ruby语言写的备份软件。 http://0xcc.net/pdumpfs/index.html.en 使用ruby需要ruby环境，yum -y install ruby (CentOS 5.2)。 pdumpfs会以YYYY/MM/DD的方式（pdumpfs以天为单位备份），自动建目录；第一次备份时，复制原目录，以后的每次备份中，pdumpfs只复制有更新的文件，不变的文件，以硬连接的方式存储在新的YYYY/MM/DD目录中，这样备份速度快，利省空间。 pdumpfs src-dir dest-dir [dest-basename] cp命令的-l参数就是一个只建立硬连接，不真正复制的过程。和rsync共用，可以实现增量备份。 glastree 1.04 (stable) The poor man&#8217;s daily snapshot, glastree builds live backup trees, with branches for each day. Users directly browse the past to recover older documents or retrieve lost files. Hard links serve to compress out unchanged files, while modified [...]]]></description>
			<content:encoded><![CDATA[<p>pdumpfs是一个使用ruby语言写的备份软件。<br />
<a href="http://0xcc.net/pdumpfs/index.html.en">http://0xcc.net/pdumpfs/index.html.en</a></p>
<p>使用ruby需要ruby环境，yum -y install ruby (CentOS 5.2)。</p>
<p>pdumpfs会以YYYY/MM/DD的方式（pdumpfs以天为单位备份），自动建目录；第一次备份时，复制原目录，以后的每次备份中，pdumpfs只复制有更新的文件，不变的文件，以硬连接的方式存储在新的YYYY/MM/DD目录中，这样备份速度快，利省空间。</p>
<p>pdumpfs src-dir dest-dir [dest-basename]</p>
<p>cp命令的-l参数就是一个只建立硬连接，不真正复制的过程。和rsync共用，可以实现增量备份。</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr bgcolor="#eeeeee">
<td height="22">
<p class="smallbd">glastree 1.04 (stable)</p>
</td>
<td align="right"></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<td bgcolor="#cccccc"><img src="http://www.igmus.org/art/pixel.gif" border="0" alt="" width="1" height="1" /></td>
</tr>
</tbody>
</table>
<p><!-- e org.igmus.website.Format.textSection --></p>
<p class="small">
<ul>The poor man&#8217;s daily snapshot, glastree builds live backup trees, with branches for each day. Users directly browse the past to recover older documents or retrieve lost files. Hard links serve to compress out unchanged files, while modified ones are copied verbatim. A prune utility effects a constant, sliding window.Satoru Takabayashi has writen a similar program, in Ruby, <a href="http://namazu.org/~satoru/pdumpfs">pdumpfs</a>.</p>
<p>Inspired by <a href="http://www.cs.bell-labs.com/sys/doc/fs/fs.html">Plan9</a>, of course.</p>
<p>Terje Kvernes put together a <a href="http://www.gentoo.org/packages/app-misc/glastree.html">gentoo ebuild</a>.</ul>
<table border="0">
<tbody>
<tr>
<td align="right">
<p class="codesmallbd">Links |</p>
</td>
<td>
<p class="small"><a href="http://www.igmus.org/atoms/viewcvs.cgi/README?cvsroot=glastree&amp;rev=1.17">README</a>, <a href="http://www.igmus.org/atoms/viewcvs.cgi/CHANGES?cvsroot=glastree&amp;rev=1.21">CHANGES</a>, <a href="http://www.igmus.org/atoms/viewcvs.cgi/?cvsroot=glastree">CVS</a></p>
</td>
</tr>
<tr>
<td align="right">
<p class="codesmallbd">Reqs |</p>
</td>
<td>
<p class="small">Perl 5.002, Date::Calc, GNU Make</p>
</td>
</tr>
<tr>
<td align="right">
<p class="codesmallbd">Xfer |</p>
</td>
<td>
<p class="small"><a href="http://www.igmus.org/files/glastree-1.04.tar.gz">glastree-1.04.tar.gz</a>, 14 February 2006, 6K</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.bsdmap.com/2007/11/23/%e5%88%a9%e7%94%a8%e7%a1%ac%e8%bf%9e%e6%8e%a5%e5%a4%87%e4%bb%bd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>系统备份</title>
		<link>http://www.bsdmap.com/2005/11/04/%e7%b3%bb%e7%bb%9f%e5%a4%87%e4%bb%bd/</link>
		<comments>http://www.bsdmap.com/2005/11/04/%e7%b3%bb%e7%bb%9f%e5%a4%87%e4%bb%bd/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 15:06:10 +0000</pubDate>
		<dc:creator>洪川</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://www.bsdmap.com/~nnix/2004/11/04/%e7%b3%bb%e7%bb%9f%e5%a4%87%e4%bb%bd/</guid>
		<description><![CDATA[　　服务器的备份是一件烦锁的事，其实完全可以得用现有的程序来实现自动备份。今天搜集整理了一些资料： 　　rsync 　　用rsync对网站进行镜像备份 　　快速关闭Linux系统 　　旧版本的的Linux/UNIX系统必须先运行shutdown命令，然后才能关闭电源，但最新版本的Linux/UNIX系统已经在这个方面作了很 大的改进，再也没有必要象以前那样关机了。因为新版本的系统借鉴了大型机的技术，采用了抗掉电的日志式文件系统，可以自动跟踪保存用户数据、自动同步刷新 文件系统，用户完全可以随手关闭电源，从而达到快速关闭系统的目的了。]]></description>
			<content:encoded><![CDATA[<p>　　服务器的备份是一件烦锁的事，其实完全可以得用现有的程序来实现自动备份。今天搜集整理了一些资料：<br />
　　<a href="http://www.bsdmap.com/diary/rsync.php">rsync</a><br />
　　<a href="http://huakai.shangdu.com/forum/showthread.php?t=520">用rsync对网站进行镜像备份</a></p>
<p>　　<font color="red">快速关闭Linux系统</font><br />
　　旧版本的的Linux/UNIX系统必须先运行shutdown命令，然后才能关闭电源，但最新版本的Linux/UNIX系统已经在这个方面作了很 大的改进，再也没有必要象以前那样关机了。因为新版本的系统借鉴了大型机的技术，采用了抗掉电的日志式文件系统，可以自动跟踪保存用户数据、自动同步刷新 文件系统，<font color="red">用户完全可以随手关闭电源</font>，从而达到快速关闭系统的目的了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsdmap.com/2005/11/04/%e7%b3%bb%e7%bb%9f%e5%a4%87%e4%bb%bd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

