<?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>TechTutorial.com / Blog &#187; backup</title>
	<atom:link href="http://www.techtutorial.com/blog/category/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techtutorial.com/blog</link>
	<description>Your source for education with an explanation!</description>
	<lastBuildDate>Mon, 19 Jul 2010 01:31:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DataFreeway SSH2 into your linux server for a backup, like a GUI version of PUTTY.</title>
		<link>http://www.techtutorial.com/blog/2007/10/05/datafreeway-ssh2-into-your-linux-server-for-a-backup/</link>
		<comments>http://www.techtutorial.com/blog/2007/10/05/datafreeway-ssh2-into-your-linux-server-for-a-backup/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 18:54:40 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[SSH]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.techtutorial.com/index.php/2007/10/05/datafreeway-ssh2-into-your-linux-server-for-a-backup/</guid>
		<description><![CDATA[I have just started using DataFreeway to SSH2 into my linux server and it seems to be working great, here is a screenshot of it.



Protect logins and transfers using industry standard SSH1, SSH2 (both RSA and DSA public key authentication), or SFTP based protocols, pretty much a GUI for putty.

]]></description>
			<content:encoded><![CDATA[<p>I have just started using DataFreeway to SSH2 into my linux server and it seems to be working great, here is a screenshot of it.<br />
<div class="adsense"><script type="text/javascript"><!--
google_ad_client = "pub-0939132270790963";
google_ad_channel = "8269306383";
google_ui_features = "rc:0";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=250x250";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "9cf1ff";
google_color_text = "000000";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
Protect logins and transfers using industry standard SSH1, SSH2 (both RSA and DSA public key authentication), or SFTP based protocols, pretty much a GUI for putty.</p>
<p><a href="http://www.techtutorial.com/wp-content/gallery/datafreeway/datafreeway.jpg" title="datafreeway.jpg" class="thickbox"><img src="http://www.techtutorial.com/wp-content/gallery/datafreeway/thumbs/thumbs_datafreeway.jpg" alt="datafreeway.jpg" title="datafreeway.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techtutorial.com/blog/2007/10/05/datafreeway-ssh2-into-your-linux-server-for-a-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Bat Batch file to FTP myself backups.</title>
		<link>http://www.techtutorial.com/blog/2007/08/22/bat-batch-file-to-ftp-myself-backups/</link>
		<comments>http://www.techtutorial.com/blog/2007/08/22/bat-batch-file-to-ftp-myself-backups/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 05:41:57 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.techtutorial.com/index.php/2007/08/22/bat-batch-file-to-ftp-myself-backups/</guid>
		<description><![CDATA[I was thinking of ways that I can automate backups to save myself some time.?  I found out that windows allows you to automate this in a script with the -s command.?  Here is an example that I think I have working.?  This script comes with no warranty and use at your [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking of ways that I can automate backups to save myself some time.?  I found out that windows allows you to automate this in a script with the -s command.?  Here is an example that I think I have working.?  This script comes with no warranty and use at your own risk. It will automatically connect and download a file called backup.txt. I was thrilled when I got this working and will help me save tons of time a day.?  Please enjoy.</p>
<p>This might need to be modified to work for what you? are trying to do, save this file with a .bat extension.?  if that doesn&#8217;t work save it as a name with no extension. I have not 100% figured out this far.?  This is a work in progress.</p>
<blockquote><p>ftp -s:%0.bat<br />
goto done<br />
open domain.com<br />
username<br />
password<br />
binary<br />
cd foldername<br />
get backup.txt<br />
bye<br />
:done</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.techtutorial.com/blog/2007/08/22/bat-batch-file-to-ftp-myself-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
