<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Automated scp on Linux</title>
	<atom:link href="http://nazham.com/2009/01/30/automated-scp-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://nazham.com/2009/01/30/automated-scp-on-linux/</link>
	<description>Jarvis, sometimes you gotta run before you can walk.</description>
	<lastBuildDate>Sat, 04 Feb 2012 03:52:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Michael Aulia</title>
		<link>http://nazham.com/2009/01/30/automated-scp-on-linux/comment-page-1/#comment-781</link>
		<dc:creator>Michael Aulia</dc:creator>
		<pubDate>Wed, 04 Feb 2009 11:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://nazham.com/?p=779#comment-781</guid>
		<description>Yeah our servers in the office are set-up with this (SSH passwordless on local + rsync to backup)

I&#039;m not a Linux expert so it took me a while to set up all this :(</description>
		<content:encoded><![CDATA[<p>Yeah our servers in the office are set-up with this (SSH passwordless on local + rsync to backup)</p>
<p>I&#8217;m not a Linux expert so it took me a while to set up all this <img src='http://nazham.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ady Romantika</title>
		<link>http://nazham.com/2009/01/30/automated-scp-on-linux/comment-page-1/#comment-754</link>
		<dc:creator>Ady Romantika</dc:creator>
		<pubDate>Thu, 29 Jan 2009 17:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://nazham.com/?p=779#comment-754</guid>
		<description>This method can also be used using rsync if you&#039;re backing up multiple files.

For example, I have this as a scheduled task on my Windows box (Cygwin connecting to a Debian box) to backup my emails:

bash.exe --login -i -c &quot;echo `date` &gt; /cygdrive/d/Logs/rsync.log; cd /cygdrive/d/Thunderbird; rsync -avzt --delete --exclude=parent.lock . backup@xxx.homelinux.net:/home/personal/Thunderbird &gt;&gt; /cygdrive/d/Logs/rsync.log&quot; 2&gt;&amp;1</description>
		<content:encoded><![CDATA[<p>This method can also be used using rsync if you&#8217;re backing up multiple files.</p>
<p>For example, I have this as a scheduled task on my Windows box (Cygwin connecting to a Debian box) to backup my emails:</p>
<p>bash.exe &#8211;login -i -c &#8220;echo `date` &gt; /cygdrive/d/Logs/rsync.log; cd /cygdrive/d/Thunderbird; rsync -avzt &#8211;delete &#8211;exclude=parent.lock . <a href="mailto:backup@xxx.homelinux.net">backup@xxx.homelinux.net</a>:/home/personal/Thunderbird &gt;&gt; /cygdrive/d/Logs/rsync.log&#8221; 2&gt;&amp;1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

