<?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 Developer in Boston &#187; ssh</title>
	<atom:link href="http://webdeveloperboston.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdeveloperboston.com</link>
	<description>I am a web developer in Boston with SEVEN years expirience. I am ready to help people with web tech, web design and how to use web tech for business. Also I&#039;ve got success experience in search engine optimization and web consulting.</description>
	<lastBuildDate>Mon, 19 Oct 2009 00:22:26 +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>How to make backup on your VPS by ssh?</title>
		<link>http://webdeveloperboston.com/how-to-make-backup-in-your-vps-by-ssh/</link>
		<comments>http://webdeveloperboston.com/how-to-make-backup-in-your-vps-by-ssh/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WebDeveloperBoston]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://ihackweb.com/?p=137</guid>
		<description><![CDATA[=== MySql ===
ssh command line: mysqldump -A &#8211;user=mysqlLogin &#8211;password=mysqlPass  &#62; mysql_2009_06_14.sql;
it makes dump all tables of your Date base.
ssh command line: tar -czf mysql_2009_06_14.tar.gz mysql_2009_06_14.sql;
it makes gzip archive of your dump
ssh command line: rm -f mysql_2009_06_14.sql;
This will delete the temporary file with dump
=== files ===
Go to directory with your web sites. (if you have [...]]]></description>
			<content:encoded><![CDATA[<p>=== MySql ===</p>
<p><strong>ssh command line:</strong> mysqldump -A &#8211;user=mysqlLogin &#8211;password=mysqlPass  &gt; mysql_2009_06_14.sql;<br />
it makes dump all tables of your Date base.</p>
<p><strong>ssh command line:</strong> tar -czf mysql_2009_06_14.tar.gz mysql_2009_06_14.sql;<br />
it makes gzip archive of your dump</p>
<p><strong>ssh command line:</strong> rm -f mysql_2009_06_14.sql;<br />
This will delete the temporary file with dump</p>
<p>=== files ===<br />
Go to directory with your web sites. (if you have Plesk then it will be var/www/)</p>
<p><strong>ssh command line:</strong> tar -czf vps_2009_06_14.tar.gz  vhosts<br />
tar -czf  [file name with your gzip backup]  [directory with your web sites or  * - all directory]</p>
]]></content:encoded>
			<wfw:commentRss>http://webdeveloperboston.com/how-to-make-backup-in-your-vps-by-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

