<?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; Rsync</title>
	<atom:link href="http://hiropo.co.uk/archives/category/rsync/feed" rel="self" type="application/rss+xml" />
	<link>http://hiropo.co.uk</link>
	<description>Web系エンジニアの適当なブログです。どうでも酔いものばかり作ってます。</description>
	<lastBuildDate>Mon, 12 Mar 2012 06:10:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>rsyncでデータバックアップ的な。</title>
		<link>http://hiropo.co.uk/archives/485</link>
		<comments>http://hiropo.co.uk/archives/485#comments</comments>
		<pubDate>Thu, 01 Jul 2010 02:50:30 +0000</pubDate>
		<dc:creator>hirohi</dc:creator>
				<category><![CDATA[Rsync]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=485</guid>
		<description><![CDATA[Rsync便利です。よく使うのでここにメモっときます。 参考サイト http://www.aconus.com/~oyaji/backup/rsync.htm SSHでの基本的な使い方（詳細は省きます。） rsync オ &#8230; <a href="http://hiropo.co.uk/archives/485">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Rsync便利です。よく使うのでここにメモっときます。</p>
<p>参考サイト<br />
<a href="http://www.aconus.com/~oyaji/backup/rsync.htm" target="_blank">http://www.aconus.com/~oyaji/backup/rsync.htm</a></p>
<p>SSHでの基本的な使い方（詳細は省きます。）</p>
<pre>
rsync オプション [ホスト名:]コピー元ファイル/ディレクトリ名 [ホスト名:]コピー先ファイル/ディレクトリ名
</pre>
<p>いつもこんな感じでつかってる。</p>
<pre>
rsync -avz -e ssh /home/hoge/public_html/ backup@backup.hostname.com:/home/hoge/public_html/
</pre>
<p>Rsync、かわいいよ、Rsync。</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/485/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

