<?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"
	>
<channel>
	<title>Comments on: Making Backups Useful</title>
	<atom:link href="http://mjtsai.com/blog/2005/12/01/making-backups-useful/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjtsai.com/blog/2005/12/01/making-backups-useful/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 20:42:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: bigbang</title>
		<link>http://mjtsai.com/blog/2005/12/01/making-backups-useful/#comment-11186</link>
		<dc:creator>bigbang</dc:creator>
		<pubDate>Fri, 02 Dec 2005 01:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2005/12/01/making-backups-useful/#comment-11186</guid>
		<description>hmm, the text wrap is not being helpful, I have separated the lines a little:

#!/bin/sh

LOGFILE=/Library/Logs/Console/501/console.log

date &#62;&#62; $LOGFILE

echo "Starting upload of compressed backup..." &#62;&#62; $LOGFILE

/usr/bin/curl --limit-rate 9K -s -S -T /Users/UserName/Documents/Backup/devbackup.tar.gz ftp://user:pass@domain.com/devdump/devbackup.tar.gz 2&#62;&#38;1 &#62;&#62; $LOGFILE

date &#62;&#62; $LOGFILE

echo "Finished upload of compressed backup." &#62;&#62; $LOGFILE</description>
		<content:encoded><![CDATA[<p>hmm, the text wrap is not being helpful, I have separated the lines a little:</p>
<p>#!/bin/sh</p>
<p>LOGFILE=/Library/Logs/Console/501/console.log</p>
<p>date &gt;&gt; $LOGFILE</p>
<p>echo "Starting upload of compressed backup..." &gt;&gt; $LOGFILE</p>
<p>/usr/bin/curl --limit-rate 9K -s -S -T /Users/UserName/Documents/Backup/devbackup.tar.gz <a href="ftp://user:pass@domain.com/devdump/devbackup.tar.gz" rel="nofollow">ftp://user:pass@domain.com/devdump/devbackup.tar.gz</a> 2&gt;&amp;1 &gt;&gt; $LOGFILE</p>
<p>date &gt;&gt; $LOGFILE</p>
<p>echo "Finished upload of compressed backup." &gt;&gt; $LOGFILE</p>
]]></content:encoded>
	</item>
</channel>
</rss>
