<?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>Web Development Tutorials &#187; SSH</title>
	<atom:link href="http://www.pk-tuts.co.uk/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pk-tuts.co.uk</link>
	<description>Written By Peter Kelly</description>
	<lastBuildDate>Mon, 05 Apr 2010 19:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving But No Renaming?</title>
		<link>http://www.pk-tuts.co.uk/ssh-bash/moving-but-no-renaming?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/ssh-bash/moving-but-no-renaming#comments</comments>
		<pubDate>Sun, 15 Nov 2009 17:52:10 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[SSH/Bash]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Move]]></category>
		<category><![CDATA[MV]]></category>
		<category><![CDATA[Rename]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=244</guid>
		<description><![CDATA[In this short and simple tutorial we will look into why there is no function for renaming in SSH. Or is there!!

Moving files is simple with the command
mv FILE_LOCATION NEW_LOCATION
. Simple well if you have ever wanted to rename a file or folder then you will probably have found that there is no dedicated command [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/ssh-bash/moving-but-no-renaming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Backup All cPanel Accounts via SSH</title>
		<link>http://www.pk-tuts.co.uk/ssh-bash/how-to-backup-all-cpanel-accounts-via-ssh?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/ssh-bash/how-to-backup-all-cpanel-accounts-via-ssh#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:08:30 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[SSH/Bash]]></category>
		<category><![CDATA[all accounts]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[manual backup]]></category>
		<category><![CDATA[manual backup all cPanel accounts]]></category>
		<category><![CDATA[move to remote server]]></category>
		<category><![CDATA[pkgacct]]></category>
		<category><![CDATA[RSync]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=113</guid>
		<description><![CDATA[In this tutorial I will show you how to use the script pkacct to backup all cPanel accounts using a loop and then put the backups onto a remote server using RSync.

So first lets create the directory in which the backups will be stored.
Step 1
mkdir /manualbackups;
That will create a folder called manualbackups in /
Step 2
Now [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/ssh-bash/how-to-backup-all-cpanel-accounts-via-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
