<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: GoGrid Launches Cloud Storage v0.7 &amp; On-Hovers</title>
	<atom:link href="http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/</link>
	<description>&#34;Complex Infrastructure Made Easy™&#34;</description>
	<lastBuildDate>Mon, 24 Oct 2011 17:46:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Morten Christensen</title>
		<link>http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/comment-page-1/#comment-944</link>
		<dc:creator>Morten Christensen</dc:creator>
		<pubDate>Sat, 27 Dec 2008 16:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=544#comment-944</guid>
		<description>I think the cloud storage is an excellent add-on to a cloud server. I myself have been evaluating gogrid with one win2003 server and cloud storage, which couldn&#039;t be more userfriendly.
I have however been missing some guides for best practices for cloud storage. My original plan was to store IIS sites and databases within the cloud storage, but the way windows utilizes a network share might be a bit different from the way it can be mounted in a linux distro (i&#039;m not a linux guy, so correct me if im wrong) - at least, it seems that way when reading the online guides.
Anyway, I found that a good solution for using the cloud storage was to synchronize the local files of the IIS sites and DB backup to the network share (cloud storage) with WinSCP - and since the windows guides on the GoGrid wiki is very limited I thought that I might contribute by adding a short rundown of how I do a daily backup of local files to the cloud storage.

After downloading WinSCP, I created a .bat that I can run as a windows scheduled task.
My command.bat contains the following to lines:
@echo off
winscp /console /script=script.txt

and for my script.txt I wrote the following lines:

option batch on
option confirm off
open scp://[customernumber]:[password]@[customernumber].cloud.storage.gogrid.com
synchronize remote c:\DB Backup/DB/
synchronize remote c:\Inetpub Backup/Inetpub/
close
exit

Remember that if your password contains special charactors it should be URL encoded.
For the synchronize command I used the &#039;remote&#039; parameter, so changes from the local directory are applied to the remote directory (which in my case is the Backup folder).

Here is the reference to WinSCP scripting: http://winscp.net/eng/docs/scripting

Hope someone find it helpful ;-)

-------------
Another thing: It would be great to seen some kind of best practices for using the cloud servers with storage, DB and load balancer - maybe on the blog or in the wiki?</description>
		<content:encoded><![CDATA[<p>I think the cloud storage is an excellent add-on to a cloud server. I myself have been evaluating gogrid with one win2003 server and cloud storage, which couldn&#8217;t be more userfriendly.<br />
I have however been missing some guides for best practices for cloud storage. My original plan was to store IIS sites and databases within the cloud storage, but the way windows utilizes a network share might be a bit different from the way it can be mounted in a linux distro (i&#8217;m not a linux guy, so correct me if im wrong) &#8211; at least, it seems that way when reading the online guides.<br />
Anyway, I found that a good solution for using the cloud storage was to synchronize the local files of the IIS sites and DB backup to the network share (cloud storage) with WinSCP &#8211; and since the windows guides on the GoGrid wiki is very limited I thought that I might contribute by adding a short rundown of how I do a daily backup of local files to the cloud storage.</p>
<p>After downloading WinSCP, I created a .bat that I can run as a windows scheduled task.<br />
My command.bat contains the following to lines:<br />
@echo off<br />
winscp /console /script=script.txt</p>
<p>and for my script.txt I wrote the following lines:</p>
<p>option batch on<br />
option confirm off<br />
open scp://[customernumber]:[password]@[customernumber].cloud.storage.gogrid.com<br />
synchronize remote c:\DB Backup/DB/<br />
synchronize remote c:\Inetpub Backup/Inetpub/<br />
close<br />
exit</p>
<p>Remember that if your password contains special charactors it should be URL encoded.<br />
For the synchronize command I used the &#8216;remote&#8217; parameter, so changes from the local directory are applied to the remote directory (which in my case is the Backup folder).</p>
<p>Here is the reference to WinSCP scripting: <a href="http://winscp.net/eng/docs/scripting" rel="nofollow">http://winscp.net/eng/docs/scripting</a></p>
<p>Hope someone find it helpful <img src='http://blog.gogrid.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
Another thing: It would be great to seen some kind of best practices for using the cloud servers with storage, DB and load balancer &#8211; maybe on the blog or in the wiki?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sheehan</title>
		<link>http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/comment-page-1/#comment-916</link>
		<dc:creator>Michael Sheehan</dc:creator>
		<pubDate>Fri, 12 Dec 2008 17:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=544#comment-916</guid>
		<description>@Ryan,

Thanks for your good comments. Please find some answers below:

&lt;em&gt;Question: So it&#039;s competing directly with S3? Pricing structure of 15/mth for 110GB storage is attractive.&lt;/em&gt;
Answer: This release (v0.7) of Cloud Storage is not directly competitive with S3. The v1.0 release, however, will be much more of an apples-to-apples comparison.

&lt;em&gt;Q: I have some questions though. S3 doesn&#039;t support multiple-levels of folders but can it be done on your cloud storage?&lt;/em&gt;
A: Yes, you can create multiple directories and folders on GoGrid&#039;s Cloud Storage allotment. This is something that S3 cannot do currently, I believe.

&lt;em&gt;Q: Without API support (for now) means it can&#039;t be used with any web app developed on gogrid clouds yet?&lt;/em&gt;
A: Cloud Storage can be used with any servers currently instantiated on your GoGrid Cloud infrastructure. It does require some manual configuration of routing and transfer protocols. An easy way to use Cloud Storage for web/app  and database servers is to create cron jobs that run at any time intervals you choose which would utilize rsync or scp to copy any updated data over to your Cloud Storage allotment. 

&lt;em&gt;Q: Only way to get things done for now is uploading to cloud storage via FTP or Samba?&lt;/em&gt;
A: No, you can also use RSYNC or SCP. If you are running Windows, you can use cwrsync (with Cygwin) or WinSCP to transfer data to and from your Cloud Storage allotment. This is all documented on the &lt;a href=&quot;http://wiki.gogrid.com&quot; rel=&quot;nofollow&quot;&gt;GoGrid wiki&lt;/a&gt;. 

&lt;em&gt;Q: Anyway, the service sounds attractive and hover feature is cool. Maybe if you provide a way to edit server description and name, it will be much better.&lt;/em&gt;
A: This feature is on the roadmap for next year.

Thanks for your questions!
-Michael</description>
		<content:encoded><![CDATA[<p>@Ryan,</p>
<p>Thanks for your good comments. Please find some answers below:</p>
<p><em>Question: So it&#8217;s competing directly with S3? Pricing structure of 15/mth for 110GB storage is attractive.</em><br />
Answer: This release (v0.7) of Cloud Storage is not directly competitive with S3. The v1.0 release, however, will be much more of an apples-to-apples comparison.</p>
<p><em>Q: I have some questions though. S3 doesn&#8217;t support multiple-levels of folders but can it be done on your cloud storage?</em><br />
A: Yes, you can create multiple directories and folders on GoGrid&#8217;s Cloud Storage allotment. This is something that S3 cannot do currently, I believe.</p>
<p><em>Q: Without API support (for now) means it can&#8217;t be used with any web app developed on gogrid clouds yet?</em><br />
A: Cloud Storage can be used with any servers currently instantiated on your GoGrid Cloud infrastructure. It does require some manual configuration of routing and transfer protocols. An easy way to use Cloud Storage for web/app  and database servers is to create cron jobs that run at any time intervals you choose which would utilize rsync or scp to copy any updated data over to your Cloud Storage allotment. </p>
<p><em>Q: Only way to get things done for now is uploading to cloud storage via FTP or Samba?</em><br />
A: No, you can also use RSYNC or SCP. If you are running Windows, you can use cwrsync (with Cygwin) or WinSCP to transfer data to and from your Cloud Storage allotment. This is all documented on the <a href="http://wiki.gogrid.com" rel="nofollow">GoGrid wiki</a>. </p>
<p><em>Q: Anyway, the service sounds attractive and hover feature is cool. Maybe if you provide a way to edit server description and name, it will be much better.</em><br />
A: This feature is on the roadmap for next year.</p>
<p>Thanks for your questions!<br />
-Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sheehan</title>
		<link>http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/comment-page-1/#comment-915</link>
		<dc:creator>Michael Sheehan</dc:creator>
		<pubDate>Fri, 12 Dec 2008 17:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=544#comment-915</guid>
		<description>@Ryan,
To answer your good questions:

&lt;em&gt;Question: So it’s competing directly with S3? Pricing structure of 15/mth for 110GB storage is attractive.&lt;/em&gt;
Answer: With this release, it is not directly competing with S3. The 1.0 release will be a closer apples to apples comparison though.

&lt;em&gt;Q: I have some questions though. S3 doesn’t support multiple-levels of folders but can it be done on your cloud storage?&lt;/em&gt;
A: Yes, you can create multiple directories and folders on your Cloud Storage allotment. This, by the way, is something that I don&#039;t believe you can do with S3.

&lt;em&gt;Q: Without API support (for now) means it can’t be used with any web app developed on gogrid clouds yet?&lt;/em&gt;
A: Cloud Storage can be used with any servers currently instantiated on your GoGrid Cloud. It does require some manual configuration of the routing and transfer protocols. An easy way to use Cloud Storage for web/app  and database servers is to create cron jobs that run at any time intervals you choose which would utilize rsync or scp to copy any updated data over to your Cloud Storage allotment. 

&lt;em&gt;Q: Only way to get things done for now is uploading to cloud storage via FTP or Samba?&lt;/em&gt;
A: No, you can also use RSYNC or SCP. If you are running Windows, you can use cwrsync (with Cygwin) or WinSCP to transfer data to and from your Cloud Storage allotment. This is all documented on the GoGrid &lt;a href=&quot;http://wiki.gogrid.com&quot; rel=&quot;nofollow&quot;&gt;wiki&lt;/a&gt;. 

&lt;em&gt;Q: Anyway, the service sounds attractive and hover feature is cool. Maybe if you provide a way to edit server description and name, it will be much better.&lt;/em&gt;
A: That is on the product roadmap for next year.

Thanks for your questions.
Michael</description>
		<content:encoded><![CDATA[<p>@Ryan,<br />
To answer your good questions:</p>
<p><em>Question: So it’s competing directly with S3? Pricing structure of 15/mth for 110GB storage is attractive.</em><br />
Answer: With this release, it is not directly competing with S3. The 1.0 release will be a closer apples to apples comparison though.</p>
<p><em>Q: I have some questions though. S3 doesn’t support multiple-levels of folders but can it be done on your cloud storage?</em><br />
A: Yes, you can create multiple directories and folders on your Cloud Storage allotment. This, by the way, is something that I don&#8217;t believe you can do with S3.</p>
<p><em>Q: Without API support (for now) means it can’t be used with any web app developed on gogrid clouds yet?</em><br />
A: Cloud Storage can be used with any servers currently instantiated on your GoGrid Cloud. It does require some manual configuration of the routing and transfer protocols. An easy way to use Cloud Storage for web/app  and database servers is to create cron jobs that run at any time intervals you choose which would utilize rsync or scp to copy any updated data over to your Cloud Storage allotment. </p>
<p><em>Q: Only way to get things done for now is uploading to cloud storage via FTP or Samba?</em><br />
A: No, you can also use RSYNC or SCP. If you are running Windows, you can use cwrsync (with Cygwin) or WinSCP to transfer data to and from your Cloud Storage allotment. This is all documented on the GoGrid <a href="http://wiki.gogrid.com" rel="nofollow">wiki</a>. </p>
<p><em>Q: Anyway, the service sounds attractive and hover feature is cool. Maybe if you provide a way to edit server description and name, it will be much better.</em><br />
A: That is on the product roadmap for next year.</p>
<p>Thanks for your questions.<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sheehan</title>
		<link>http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/comment-page-1/#comment-914</link>
		<dc:creator>Michael Sheehan</dc:creator>
		<pubDate>Fri, 12 Dec 2008 16:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=544#comment-914</guid>
		<description>@Brian,
We have another release coming in the next few weeks. It won&#039;t have the cloning/backup however. We have some other exciting items coming in 1Q2009 as well. Stay tuned (as I know you will)! 
-Michael</description>
		<content:encoded><![CDATA[<p>@Brian,<br />
We have another release coming in the next few weeks. It won&#8217;t have the cloning/backup however. We have some other exciting items coming in 1Q2009 as well. Stay tuned (as I know you will)!<br />
-Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Jinwright</title>
		<link>http://blog.gogrid.com/2008/12/11/gogrid-launches-cloud-storage-v07-on-hovers/comment-page-1/#comment-913</link>
		<dc:creator>Brian Jinwright</dc:creator>
		<pubDate>Fri, 12 Dec 2008 11:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=544#comment-913</guid>
		<description>Michael,

I think these are great improvements. Now when can we expect server image cloning/backup?</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I think these are great improvements. Now when can we expect server image cloning/backup?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

