<?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 Sheep &#187; Software</title>
	<atom:link href="http://www.thesheep.co.uk/category/blog/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thesheep.co.uk</link>
	<description>Ovine Perspectives On The Digital Age</description>
	<lastBuildDate>Wed, 03 Feb 2010 00:57:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading to WordPress 2.7</title>
		<link>http://www.thesheep.co.uk/2008/12/16/upgrading-to-wordpress-27/</link>
		<comments>http://www.thesheep.co.uk/2008/12/16/upgrading-to-wordpress-27/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 11:57:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thesheep.co.uk/?p=69</guid>
		<description><![CDATA[<p>I&#8217;ve just upgraded this blog to WordPress v2.7 and I must say I continue to be impressed by the improvements that are being made. The admin area is now even more slick and user-friendly. In fact, it&#8217;s beginning to feel&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just upgraded this blog to WordPress v2.7 and I must say I continue to be impressed by the improvements that are being made. The admin area is now even more slick and user-friendly. In fact, it&#8217;s beginning to feel more like a desktop app rather than a traditional web app. Because most things are now reachable with 1 click, you are less conscious of having to wait for that page refresh between actions.</p>
<p>Not sure I like the small serif font used for writing posts though. Feels a bit tiny.</p>
<p>Luckily all my plugins seemed to work OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesheep.co.uk/2008/12/16/upgrading-to-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync or graphical FTP client for website uploading?</title>
		<link>http://www.thesheep.co.uk/2007/03/18/rsync-or-graphical-ftp-client-for-website-uploading/</link>
		<comments>http://www.thesheep.co.uk/2007/03/18/rsync-or-graphical-ftp-client-for-website-uploading/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 12:55:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[transmit]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.thesheep.co.uk/2007/03/18/rsync-or-graphical-ftp-client-for-website-uploading/</guid>
		<description><![CDATA[<p>Having to work on and update just over 30 websites for various clients means that I need some sort of system for managing server login accounts. Until recently I’ve made do with a separate Excel spreadsheet for the account details,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Having to work on and update just over 30 websites for various clients means that I need some sort of system for managing server login accounts. Until recently I’ve made do with a separate Excel spreadsheet for the account details, and performed all the maintenance and uploading directly from the OSX terminal app. I would use SSH/Telnet to work directly on the server and <a href="http://en.wikipedia.org/wiki/Rsync">rsync</a>, the Unix remote synchronisation tool, to upload multiple files</p>
<p>However, although I like working at the command line – it is powerful and flexible – it is a bit cumbersome having to remember all the upload paths for so many servers and refer constantly to a separate Excel file.  So recently I invested in the excellent Mac FTP client <a href="http://www.panic.com/transmit/">Transmit</a> and started to use ‘favourites’ to store all the associated information for each server. Transmit has a very slick interface and I’m able to upload or synchronise at the click of a button.  I guess this is a very common way for webmasters to work, so nothing particularly new there.</p>
<p>However, I was surprised the other day when I went to upload an entire site with 5.2MB of files. Using Transmit the process took just over <strong>10 minutes</strong>, during which I have to wait or do something else. I wasn’t used to waiting so long to upload files, so I did a test and tried uploading the same set of files using rsync.  I was pretty amazed to find that it took only <strong>11 seconds</strong>!  Clearly rsync uses a massively superior system for compressing a file-structure.  In contrast, I guess your standard FTP client has to preform hundreds of individual upload operations, one for each file. So for all its sophistication, Transmit is pretty backward in this area.  Are there any GUI FTP clients out there that can use rsync?</p>
<p>For now I will probably keep on with a mixture of the 2 approaches, using Transmit for small site changes, and reverting to rsync for full server backups and transfers. I guess another option that I could look into would be to stay with the command line and do a bit of scripting to take out some of the donkey work. I suppose it shouldn’t be too hard to write a shell script so that I can just type in ‘siteupdate ’ to trigger the appropriate rsync command.  Does anyone have a good system they have developed for handling all this stuff?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesheep.co.uk/2007/03/18/rsync-or-graphical-ftp-client-for-website-uploading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
