<?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>The Last Engine &#187; API</title>
	<atom:link href="http://www.lastengine.com/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lastengine.com</link>
	<description>Making Voice 2.0 Work</description>
	<lastBuildDate>Wed, 26 May 2010 01:40:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backing up a large Subversion repository to S3</title>
		<link>http://www.lastengine.com/77/backing-up-a-large-subversion-repository-to-s3/</link>
		<comments>http://www.lastengine.com/77/backing-up-a-large-subversion-repository-to-s3/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:52:23 +0000</pubDate>
		<dc:creator>Vijesh</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Developers]]></category>

		<guid isPermaLink="false">http://www.lastengine.com/77/backing-up-a-large-subversion-repository-to-s3/</guid>
		<description><![CDATA[Overview:

Do an SVN hotcopy so you get all your stuff
tar up the entire directory
split and bzip the files using p7zip so they can fit on hosted drives ( 2 Gb files )
copy them to S3 or any online service

Commands:

/usr/bin/svnadmin hotcopy /path/to/svn/repository /path/to/destination

tar cvf /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar /path/to/destination/*

/usr/local/bin/7z a -tbzip2 -v2g svnbackup-`date +%Y-%m-%d`.tar.bz2 /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar

Copy them over [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<ol>
<li>Do an SVN hotcopy so you get all your stuff</li>
<li>tar up the entire directory</li>
<li>split and bzip the files using <a href="http://sourceforge.net/projects/p7zip/">p7zip</a> so they can fit on hosted drives ( 2 Gb files )</li>
<li>copy them to <a href="http://aws.amazon.com/s3/">S3</a> or any online service</li>
</ol>
<p>Commands:</p>
<pre class="brush:bash">
/usr/bin/svnadmin hotcopy /path/to/svn/repository /path/to/destination

tar cvf /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar /path/to/destination/*

/usr/local/bin/7z a -tbzip2 -v2g svnbackup-`date +%Y-%m-%d`.tar.bz2 /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar
</pre>
<p>Copy them over using any scripts you have. I personally use jstream on a linux server to move stuff to <a href="http://aws.amazon.com/s3/">Amazon S3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lastengine.com/77/backing-up-a-large-subversion-repository-to-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telecom Services for Developers</title>
		<link>http://www.lastengine.com/12/callfire-services/</link>
		<comments>http://www.lastengine.com/12/callfire-services/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 01:16:05 +0000</pubDate>
		<dc:creator>Vijesh</dc:creator>
				<category><![CDATA[Cloud Telephony]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.ipshift.com/12/callfire-services/</guid>
		<description><![CDATA[ Callfires&#8217; core services are Voice Broadcast, Virtual Call Center and VoiceXML.
I&#8217;ve been working on the API documentation for many of the services but here are a few that can be usefull: Click-To-Call API, Dialer API, Phone call API, Telephone API, Call center API and Voice broadcast API.     
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lastengine.com/wp-content/uploads/2008/08/developer-icon.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="45" alt="developer-icon" src="http://www.lastengine.com/wp-content/uploads/2008/08/developer-icon-thumb.jpg" width="43" border="0" /></a> Callfires&#8217; core services are <a href="http://www.callfire.com/dialer/cm/info/voice_broadcast.html" cm="cm" dialer="dialer">Voice Broadcast</a>, <a href="http://www.callfire.com/dialer/cm/info/virtual_call_center.html" cm="cm" dialer="dialer">Virtual Call Center</a> and <a href="http://www.callfire.com/dialer/cm/info/vxml.html">VoiceXML</a>.
<p>I&#8217;ve been working on the API documentation for many of the services but here are a few that can be usefull: <a href="http://www.callfire.com/dialer/cm/info/click_to_call_api.html" cm="cm" dialer="dialer">Click-To-Call API</a>, <a href="http://www.callfire.com/dialer/cm/info/dialer_api.html" cm="cm" dialer="dialer">Dialer API</a>, <a href="http://www.callfire.com/dialer/cm/info/phone_call_api.html" cm="cm" dialer="dialer">Phone call API</a>, <a href="http://www.callfire.com/dialer/cm/info/telephone_api.html" cm="cm" dialer="dialer">Telephone API</a>, <a href="http://www.callfire.com/dialer/cm/info/hosted_call_center_api.html" cm="cm" dialer="dialer">Call center API</a> and <a href="http://www.callfire.com/dialer/cm/info/voice_broadcast_api.html" cm="cm" dialer="dialer">Voice broadcast API</a>.     </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lastengine.com/12/callfire-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
