<?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>Backup Articles &#187; remote backup</title>
	<atom:link href="http://www.backupmyhost.com/blog/tag/remote-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.backupmyhost.com/blog</link>
	<description>All you need to know about data backup</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:29:03 +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>Securing your online backup archives</title>
		<link>http://www.backupmyhost.com/blog/enterprise/securing-your-online-backup-archives/</link>
		<comments>http://www.backupmyhost.com/blog/enterprise/securing-your-online-backup-archives/#comments</comments>
		<pubDate>Wed, 12 May 2010 16:08:44 +0000</pubDate>
		<dc:creator>chribonn</dc:creator>
				<category><![CDATA[Code and Solutions]]></category>
		<category><![CDATA[Remote Backups]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[online backups]]></category>
		<category><![CDATA[remote backup]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=496</guid>
		<description><![CDATA[One of the concerns of many people who consider performing online backups is the matter of security. You are uploading sensitive stuff to a foreign site. Can anyone from within read this stuff? And what if the site is hacked and white collar thieves living in some foreign country get hold of the data? What would happen? Use this script to protect your data.]]></description>
			<content:encoded><![CDATA[
<!-- Quick Adsense Wordpress Plugin: http://techmilieu.com/quick-adsense -->
<div style="float:none;margin:10px 0 10px 0;text-align:center;">
<script type="text/javascript"><!--
google_ad_client = "pub-8456896426992435";
/* 468x15, top post */
google_ad_slot = "5294666294";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><a href="http://www.backupmyhost.com/blog/wp-content/uploads/2010/05/key.jpg"><img class="alignleft size-full wp-image-502" style="border: 0px;" title="key" src="http://www.backupmyhost.com/blog/wp-content/uploads/2010/05/key.jpg" alt="" width="129" height="122" />

<!-- Quick Adsense Wordpress Plugin: http://techmilieu.com/quick-adsense -->
<div style="float:none;margin:10px 0 10px 0;text-align:center;">
<!-- AddThis Button BEGIN -->
<div><a href="http://addthis.com/bookmark.php?v=250&username=georgec" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
<!-- AddThis Button END -->
</div>

</a>One of the concerns of many people who consider performing online backups is the matter of security. You are uploading sensitive stuff to a foreign site. Can anyone from within read this stuff? And what if the site is hacked and white collar thieves living in some foreign country get hold of the data? What would happen?</p>
<p>One solution is to protect each and every document using a password. Many programs have such a capability built in.  For many one, two or three person organisations this solution could work; the people would password protect every file using a phrase that is shared amongst colleagues. As the number of employees increase, guaranteeing that everyone is obeying the rules makes this solution one that is too problematic. Besides certain file types cannot be password protected.</p>
<p>The script I am sharing is one that addresses this problem. It makes use of the commercial product WinRar to archive an entire directory (including subdirectories) into a RAR file. The RAR file name is user definable and is placed in a folder under C:\RSB. The RAR archive is password protected using a password passed to the script. The script is called <strong>rsb.cmd</strong>.</p>
<!-- Quick Adsense Wordpress Plugin: http://techmilieu.com/quick-adsense -->
<div style="float:none;margin:10px 0 10px 0;text-align:center;">
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
  <div class="cse-branding-form">
    <form action="http://www.google.com/cse" id="cse-search-box" target="_blank">
      <div>
        <input type="hidden" name="cx" value="partner-pub-8456896426992435:wi5tiw-g8t3" />
        <input type="hidden" name="ie" value="ISO-8859-1" />
        <input type="text" name="q" size="31" />
        <input type="submit" name="sa" value="Search" />
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
  </div>
  <div class="cse-branding-text">
    Custom Search
  </div>
</div>
</div>

<p><span id="more-496"></span></p>
<p>The example below would archive everything starting from <em>D:\Personal Docs\Articles</em> to an archive called <em>C:\RSB\Documents</em>. The password used to encrypt the archive is <em>123456</em>.</p>
<p><em>rsb Documents &#8220;D:\Personal Docs\Articles&#8221; 123456</em></p>
<p>If you have another folder you would like to archive, simply call the command above with a different archive name and a different directory. Using a different password is up to you.</p>
<p>Below is the script to perform this task:</p>
<blockquote>
<pre><em>@echo off
:: This script archives a directory and all its contents with a
:: password for storage in online backup service. It adds
:: recovery information to the archive thereby increasing the
:: chance of it being opened up if the archive is damaged.
:: This script compresses files thereby reducing the storage
:: requirements as well as upload times.
:: Written by Alan C. Bonnici (email chribonn@gmail.com) 2010/05</em></pre>
<pre><em>set r_Version=1.0</em></pre>
<pre>rem This script takes three parameters:
rem  1. The name of the archive
rem  2. The directory (and its sub-directories) that are to be archived
rem  3. The archive password
rem The archive will be placed into a directory called RSB. Your
rem online backup program should backup all files in this
rem directory</pre>
<pre>rem All 3 parameters are mandatory
if [%1]==[] GOTO :Error
if [%2]==[] GOTO :Error
if [%3]==[] GOTO :Error</pre>
<pre>set r_Archive=%1
call :DeQuote r_Archive</pre>
<pre>set r_Dir=%2
call :DeQuote r_Dir</pre>
<pre>if EXIST C:\RSB\NUL GOTO :DirExists
md C:\RSB</pre>
<pre>:DirExists

echo The contents of this archive are intended only for the person or entity to whom they belong and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. &gt; "%TEMP%\comment.rsb"

if EXIST "%TEMP%\output.rsb" del /q "%TEMP%\output.rsb" &gt; NUL</pre>
<pre>"%PROGRAMFILES%\winrar\winrar.exe" u -as -av -cfg- -ow -r -rr10p -inul -ilog"%TEMP%\output.rsb" -t -hp%3 -z"%TEMP%\comment.rsb" -- "C:\RSB\%r_Archive%" "%r_Dir%"
set r_Err=%ERRORLEVEL%
if %r_Err%==0 GOTO :EndCmd</pre>
<pre>rem An error occurred. Dump the file if it exists
if EXIST "%TEMP%\output.rsb" type "%TEMP%\output.rsb"

echo.</pre>
<pre>if %r_Err%==1 echo Warning. Non fatal error(s) occurred.
if %r_Err%==1 GOTO :EndCmd</pre>
<pre>if %r_Err%==2 echo Error. A fatal error occurred.
if %r_Err%==2 GOTO :EndCmd</pre>
<pre>if %r_Err%==3 echo Error. CRC error occurred when unpacking.
if %r_Err%==3 GOTO :EndCmd</pre>
<pre>if %r_Err%==4 echo Error. Attempt to modify a locked archive.
if %r_Err%==4 GOTO :EndCmd</pre>
<pre>if %r_Err%==5 echo Error. Write error.
if %r_Err%==5 GOTO :EndCmd</pre>
<pre>if %r_Err%==6 echo Error. File open error.
if %r_Err%==6 GOTO :EndCmd</pre>
<pre>if %r_Err%==7 echo Error. Wrong command line option.
if %r_Err%==7 GOTO :EndCmd</pre>
<pre>if %r_Err%==8 echo Error. Not enough memory.
if %r_Err%==8 GOTO :EndCmd</pre>
<pre>if %r_Err%==9 echo Error. File create error.
if %r_Err%==9 GOTO :EndCmd</pre>
<pre>if %r_Err%==255 echo Error. You aborted the process
if %r_Err%==255 GOTO :EndCmd</pre>
<pre>rem Undefined error.
echo Error. Undefined error %r_Err%

goto :EndCmd</pre>
<pre>:EndCmd
rem Clean up
if EXIST "%TEMP%\comment.rsb" del /q "%TEMP%\comment.rsb" &gt; NUL
if EXIST "%TEMP%\output.rsb" del /q "%TEMP%\output.rsb" &gt; NUL
set r_Archive=
set r_Dir=
set r_Err=
<em>set r_Version=</em></pre>
<pre>goto :EOF</pre>
<pre>:Error
echo This script takes three values:
echo    1. The name of the archive
echo    2. The directory (and its sub directories) that are to be archived
echo    3. The archive password
echo The archive will be placed into a directory called RSB (it will be created if it does not exist).
echo Your online backup program should backup all files in this directory.
echo RSB Documents "C:\Users\ACBonnici\Documents" Pa$$w0rd
goto :EOF</pre>
<pre>   :: Removes the outer set of double quotes from a variable.
   :: Written by Frank P. Westlake, 2001.09.22, 2001.09.24
   :: Modified by Simon Sheppard 2002.06.09

   :: Usage as a function within a script:
   ::   CALL :DeQuote VariableName
   ::
   :: Calling as a function from another batch file:
   ::   CALL DeQuote.cmd VariableName
   ::
   :: If the first and last characters of the variable contents are double
   :: quotes then they will be removed. This function preserves cases such as
   ::   Set Height=5'6" and Set Symbols="!@#
   ::
   :: If a variable is quoted twice and has delimiters then you will
   :: need to run the function twice to remove both sets.
   ::   Set var=""Two Quotes;And,Delimiters=Fails""
   ::
   :: If the variable name itself contains spaces the routine will fail
   :: e.g. %v_my_variable% rather than %my variable%

   :DeQuote
   SET DeQuote.Variable=%1
   CALL Set DeQuote.Contents=%%%DeQuote.Variable%%%
   Echo.%DeQuote.Contents%|FindStr/brv ""^"&gt;NUL:&amp;&amp;Goto :EOF
   Echo.%DeQuote.Contents%|FindStr/erv ""^"&gt;NUL:&amp;&amp;Goto :EOF

   Set DeQuote.Contents=####%DeQuote.Contents%####
   Set DeQuote.Contents=%DeQuote.Contents:####"=%
   Set DeQuote.Contents=%DeQuote.Contents:"####=%
   Set %DeQuote.Variable%=%DeQuote.Contents%

   Set DeQuote.Variable=
   Set DeQuote.Contents=
   Goto :EOF</pre>
</blockquote>
<p>If you would like to download this script rather than copy and paste it from this article point your browser to <a href="http://www.remotestoragebackup.com/downloads/RSBArticleCode.rar">http://www.RemoteStorageBackup.com/downloads/RSBArticleCode.rar</a>. What remains is to set your online backup program to backup everything in the c:\RSB directory. Don’t forget to periodically test that everything is working well.</p>
<p>Next time I’ll delve into the code and explain what it does and how it works. This will allow you to customise it to your needs.</p>
<p>If you have any observations or questions send an email to chribonn@gmail.com.<br />
<h3>Last 3 posts by chribonn</h3><ul><li><a href="http://www.backupmyhost.com/blog/basics/when-green-is-bad/">When Green Is Bad</a> - July 5th, 2010</li><li><a href="http://www.backupmyhost.com/blog/basics/what-your-backup-solution-should-be-and-do/">What your backup solution should be and do</a> - June 27th, 2010</li><li><a href="http://www.backupmyhost.com/blog/enterprise/backing-up-resotring-and-tweaking-sage-pastel-evolution/">Backing up, Restoring and Tweaking Sage Pastel Evolution</a> - April 5th, 2010</li></ul></p>

<!-- Quick Adsense Wordpress Plugin: http://techmilieu.com/quick-adsense -->
<div style="float:none;margin:0px;">
<script type="text/javascript"><!--
google_ad_client = "pub-8456896426992435";
/* Homepage, 300x250, side bar */
google_ad_slot = "1042304518";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/enterprise/securing-your-online-backup-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote online backup providers</title>
		<link>http://www.backupmyhost.com/blog/remote-backups/489/</link>
		<comments>http://www.backupmyhost.com/blog/remote-backups/489/#comments</comments>
		<pubDate>Mon, 10 May 2010 17:35:00 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Remote Backups]]></category>
		<category><![CDATA[Curtis Preston]]></category>
		<category><![CDATA[online backups]]></category>
		<category><![CDATA[remote backup]]></category>
		<category><![CDATA[SearchDataBackup]]></category>
		<category><![CDATA[service providers]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=489</guid>
		<description><![CDATA[









Very recently, I read an article by W. Curtis Preston (at SearchDataBackup.com) about remote online backup services. As this blog, deals with data backups I would like to comment about some points. W. Curtis Preston is an executive editor at TechTarget and independent backup expert. 
Preston starts his article by pointing out the major setback of remote online [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.backupmyhost.com/blog/wp-content/uploads/2010/05/remote-online-backup-setup.jpg"><img class="alignright size-full wp-image-490" title="remote online backup setup" src="http://www.backupmyhost.com/blog/wp-content/uploads/2010/05/remote-online-backup-setup.jpg" alt="" width="227" height="163" /></a>Very recently, I read an article by W. Curtis Preston (<a href="http://searchdatabackup.techtarget.com/generic/0,295582,sid187_gci1510545,00.html?track=NL-1058&amp;ad=763471&amp;asrc=EM_USC_11417785&amp;uid=788342" target="_blank">at SearchDataBackup.com</a>) about remote online backup services. As this blog, deals with data backups I would like to comment about some points. <em>W. Curtis Preston</em> is an executive editor at TechTarget and independent backup expert. </p>
<p>Preston starts his article by pointing out the major setback of remote online backups that is the first full backup execution time and mentions the seating option. The seating option is when a service provider offers the customer to shift a complete set of all data through a physical means such as, removable drives. In addition, he mentions the long backup time that the initial full backup job would take and the bandwidth limitations associated with large uploads of data. This is true and I would consider these factors as the only limitations of remote online backups as we stressed out in our previous articles – <a href=" http://www.backupmyhost.com/blog/category/remote-backups/" target="_blank">click here for more articles </a>- In fact, we both agree that home users and SMBs are the ideal customers of these services.</p>
<p><span id="more-489"></span></p>
<p>In my opinion Curtis missed one important benefit here, the off-site functionality these services provide! One should not forget the time taken to transfer a backup set off-site using the conventional services! Using tapes to backup all data takes time, having a service provider collecting tapes from different locations means that your backup tapes spend a good deal of time in a vehicle until they arrive to their destination. Then what about the retrieval arrangement? In case, you want to recover some data from the off-site tapes how fast can you get them?</p>
<p>Furthermore, Curtis tackles the backup requirements and mentions SLAs but forgets to add one important requirement! I would definitely include security requirements in the SLA – what type of security mechanism is the service provider willing to offer – are they going to provide me with a security key and how are they going to transfer me this key, etc. In my opinion these are the main concerns and hence, would require major attention than the frequency of backup/restore times. Connection speeds are hard to get them black on white in SLAs, as these are subjective to the full network path from your host to the provider&#8217;s location. Here, the best approach would be to test run the selected provider for a trial period and compare with other providers’ overall connection.</p>
<p>One of the major pitfalls as Curtis correctly points out is the restore test runs. If you do not verify that the backed up data can be actually recovered then you are good as having no backup at all. I came across some providers that allow an optional direct access to the backup location. That is, the provider would be managing your account, logging all activity and providing a fast backup mechanism but with the added functionality of direct restores from the backup location. This added functionality would allow you to download/restore your data when the provider is partially down or in some cases completely down. Such case exists where a service provider uses a third-party storage provider (ex: Amazon&#8217;s cloud) and they act as the middle-ware between you and the storage location, however, you need to negotiate direct access functionality prior to signing any agreements! In the articles to follow, I will write more about remote online backups :)<br />
<h3>Last 3 posts by George</h3><ul><li><a href="http://www.backupmyhost.com/blog/basics/backup-considerations-for-microsoft-sharepoint/">Backup considerations for Microsoft SharePoint</a> - July 26th, 2010</li><li><a href="http://www.backupmyhost.com/blog/basics/what-is-cloud-computing/">What is Cloud Computing?</a> - July 19th, 2010</li><li><a href="http://www.backupmyhost.com/blog/audit/is-cloud-computing-getting-safer/">Is Cloud computing getting safer?</a> - July 13th, 2010</li></ul></p>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/remote-backups/489/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An intro to data deduplication</title>
		<link>http://www.backupmyhost.com/blog/basics/an-intro-to-data-deduplication/</link>
		<comments>http://www.backupmyhost.com/blog/basics/an-intro-to-data-deduplication/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:45:19 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[data backup]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[online backups]]></category>
		<category><![CDATA[remote backup]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=424</guid>
		<description><![CDATA[Data deduplication is a data backup process that eliminates duplicated data. At first thought, one may think that the word deduplication means the negation of duplication! Although, this is what happens in data deduplication that connotation is not the right one! Actually, the word deduplication means the division of that which is one whole into [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-426" title="delta" src="http://www.backupmyhost.com/blog/wp-content/uploads/2010/03/delta.jpg" alt="delta" width="116" height="116" />Data deduplication is a data backup process that eliminates duplicated data. At first thought, one may think that the word deduplication means the negation of duplication! Although, this is what happens in data deduplication that connotation is not the right one! Actually, the word deduplication means the division of that which is one whole into two or more pieces. In fact, the data deduplication mechanism divides data into blocks or chunks of bits in order to eliminate the redundant pieces within data.</p>
<p><span id="more-424"></span>A typical example which many authors refer to when explaining data deduplication is the email attachment scenario. Although, as a concept this example will help the readers understand better data deduplication, I would like to point out that data deduplication mechanisms do not generally operate at file level. For the sake of completeness, the example goes that the same email attachment may be present in many email messages; however, only one copy of it is stored during the backup or archive process. A simple task that can be done with a less processing hungry mechanism than data deduplication.</p>
<p>Data deduplication looks within files to find unique blocks of data and then computes a hash algorithm such as MD5 or SHA-1 to generate a unique number for each block. Each unique number is then stored in an index. When files are updated, only the changed data is saved. That is, only the changed blocks or bytes are saved. In practice, data deduplication is combined with other mechanisms such as, delta differencing as to achieve better and safer use of the storage space.</p>
<p>Some benefits of data deduplication:</p>
<ul>
<li>Data deduplication offers lower storage space requirements and hence, saves you money on hardware (disks &amp; tape ) and/or remote storage location costs.</li>
<li>May provide better recovery times in Disaster Recovery situations if well planned.</li>
<li>Most importantly, data deduplication reduces the data that must be sent across the Internet for remote or online backups.</li>
</ul>
<h3>Last 3 posts by George</h3><ul><li><a href="http://www.backupmyhost.com/blog/basics/backup-considerations-for-microsoft-sharepoint/">Backup considerations for Microsoft SharePoint</a> - July 26th, 2010</li><li><a href="http://www.backupmyhost.com/blog/basics/what-is-cloud-computing/">What is Cloud Computing?</a> - July 19th, 2010</li><li><a href="http://www.backupmyhost.com/blog/audit/is-cloud-computing-getting-safer/">Is Cloud computing getting safer?</a> - July 13th, 2010</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/basics/an-intro-to-data-deduplication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote backup management consoles</title>
		<link>http://www.backupmyhost.com/blog/audit/remote-backup-management-consoles/</link>
		<comments>http://www.backupmyhost.com/blog/audit/remote-backup-management-consoles/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 14:33:44 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Audit]]></category>
		<category><![CDATA[Remote Backups]]></category>
		<category><![CDATA[backup media]]></category>
		<category><![CDATA[costs]]></category>
		<category><![CDATA[management consoles]]></category>
		<category><![CDATA[online backups]]></category>
		<category><![CDATA[remote backup]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=322</guid>
		<description><![CDATA[
A remote or online backup solution is the way forward for off-site data protection. Due to regulatory compliance some corporations are holding back from going to this direction, however, much work is being made in this area and soon we have providers that will provide such conformity. On the other hand, the majority of SMBs [...]]]></description>
			<content:encoded><![CDATA[<p><br />
A remote or online backup solution is the way forward for off-site data protection. Due to regulatory compliance some corporations are holding back from going to this direction, however, much work is being made in this area and soon we have providers that will provide such conformity. On the other hand, the majority of SMBs that have no specific regulatory requirements and certainly most households should consider this platform as their main off-site backup solution.<img class="alignright size-full wp-image-327" title="console" src="http://www.backupmyhost.com/blog/wp-content/uploads/2010/02/console1.jpg" alt="console" width="187" height="155" /></p>
<p>Nevertheless, SMBs and households should not forget to backup their data locally first and then use a remote storage location as a second means of protection - my advice is:</p>
<p> </p>
<p><span id="more-322"></span></p>
<ol>
<li>To perform regular Data backups locally, on some reliable and inexpensive <a href="http://www.backupmyhost.com/blog/basics/typical-backup-destination-media-for-home-users/" target="_blank">media</a> but most importantly is to use a different storage media other than the local drive.</li>
<li>Then move/archive this data off-site – again using a reliable, secure and <a href="http://www.backupmyhost.com/blog/basics/total-cost-of-ownership-of-data-backups/" target="_blank">economical solution</a></li>
</ol>
<p>I have come across a couple of online backup providers that lack comprehensive management tools. When I say comprehensive I mean ample features that allow end users to monitor the backup/restore process and check for errors, costs and edit account details.</p>
<p>Such as, a user-friendly Web-based GUI (graphical user interface) that provides the following information:</p>
<ol>
<li>That shows and logs the successful completion of backup and restore jobs</li>
<li>For failed jobs one should be able to view a brief but complete explanation of what went wrong in plain English and not a series of error codes</li>
<li>That shows the storage space consumed and the remaining space if the account is limited by space quota. Graphical statistics would give a good overview such as, usage per day, month, etc</li>
<li>Timestamps for the backed up data that will help the end user identify the right data in case a data recovery is needed</li>
<li>A section (tab) with all the billing and payment details without disclosing any critical information</li>
<li>A personal account section where one can change passwords, email address, quota settings if any and other account related settings.</li>
</ol>
<p><h3>Last 3 posts by George</h3><ul><li><a href="http://www.backupmyhost.com/blog/basics/backup-considerations-for-microsoft-sharepoint/">Backup considerations for Microsoft SharePoint</a> - July 26th, 2010</li><li><a href="http://www.backupmyhost.com/blog/basics/what-is-cloud-computing/">What is Cloud Computing?</a> - July 19th, 2010</li><li><a href="http://www.backupmyhost.com/blog/audit/is-cloud-computing-getting-safer/">Is Cloud computing getting safer?</a> - July 13th, 2010</li></ul><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/audit/remote-backup-management-consoles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Total Cost of Ownership of Data Backups</title>
		<link>http://www.backupmyhost.com/blog/basics/total-cost-of-ownership-of-data-backups/</link>
		<comments>http://www.backupmyhost.com/blog/basics/total-cost-of-ownership-of-data-backups/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:24:38 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Food for thought]]></category>
		<category><![CDATA[Remote Backups]]></category>
		<category><![CDATA[costs]]></category>
		<category><![CDATA[online backups]]></category>
		<category><![CDATA[remote backup]]></category>
		<category><![CDATA[Total Cost of Ownership]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=276</guid>
		<description><![CDATA[Are online backup and recovery solutions cheaper than the counterpart traditional solutions? Before I deal with this argument I would like to point out a few points: &#8211; online backups provide an offsite disaster recovery solution, you can access your data from anywhere given that you have an internet connection and additionally, you will be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-278" title="money" src="http://www.backupmyhost.com/blog/wp-content/uploads/2010/01/money.jpg" alt="money" width="97" height="124" /><em>Are online backup and recovery solutions cheaper than the counterpart traditional solutions?</em> Before I deal with this argument I would like to point out a few points: &#8211; online backups provide an offsite disaster recovery solution, you can access your data from anywhere given that you have an internet connection and additionally, you will be enjoying the expertise and the scalability of big vendors.</p>
<p>Online backups offer cheaper costs per GB for the same functionality because you only pay for what you use. :) The costs include the storage used, bandwidth consumed and other related services. Data security is based on the latest encryption algorithms and adequate auditing features would place the end-user&#8217;s mind at rest!</p>
<p><span id="more-276"></span></p>
<p>A typical SMB that generates a full backup of say, 600GB of data would need an initial expense consisting of an entry level LTO-3 storage drive and an entry level server plus a couple of LTO-3 tape cartridges. Such setup would permit the full backup to be completed in about three hours and the need of one IT staff to be present to swop the tapes if compressing the data is not good enough to fit all data on one tape.</p>
<p>The Initial capital or better the total purchase cost for a similar tape solution would be about $3600. Therefore, the initial cost per GB would be of $6 per GB. If we assume that the above mentioned setup would run for a period of three whole years without entering into additional expenses such as, maintenance and repair costs (which is highly unlikely), then the cost per GB would be much lower. However, one would need to include the IT staff, space requirements and electricity expenses into the costs equation.</p>
<p>On the other hand, an online backup solution requires a good and stable internet connection, especially with regards to upload speeds. Various service providers provide services to move the initial large volumes of data through other means and hence, at cheaper rates. However, if an SMB had to implement this solution, it would cost him/her about $360 to transfer the initial 600GB of data which would yield a cost of 0.60c per GB. As already noted, an adequate internet connection is a must since an internet connection with an upload speed of 2Mbps would take a month to upload a full data backup of about 600GB. This may not be practical; however, alternate arrangements can be made with the provider to shift the initial data!</p>
<p>Conclusion: &#8211; An online backup solution has a lower TCO (Total Cost of Ownership) when compared to an internal solution.<br />
<h3>Last 3 posts by George</h3><ul><li><a href="http://www.backupmyhost.com/blog/basics/backup-considerations-for-microsoft-sharepoint/">Backup considerations for Microsoft SharePoint</a> - July 26th, 2010</li><li><a href="http://www.backupmyhost.com/blog/basics/what-is-cloud-computing/">What is Cloud Computing?</a> - July 19th, 2010</li><li><a href="http://www.backupmyhost.com/blog/audit/is-cloud-computing-getting-safer/">Is Cloud computing getting safer?</a> - July 13th, 2010</li></ul></p>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/basics/total-cost-of-ownership-of-data-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go for online remote backups</title>
		<link>http://www.backupmyhost.com/blog/remote-backups/go-for-online-remote-backups/</link>
		<comments>http://www.backupmyhost.com/blog/remote-backups/go-for-online-remote-backups/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:11:06 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Remote Backups]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[online backups]]></category>
		<category><![CDATA[remote backup]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=124</guid>
		<description><![CDATA[With today&#8217;s inexpensive and large-sized disk drives, disk-to-disk backups have become the default choice for many SMBs! However, off-site backup procedures require the use of tapes and hence, the use of related peripherals such as tape drives. Traditional backup methodologies bring along the need for more storage space and a sharp increase in operational costs! [...]]]></description>
			<content:encoded><![CDATA[<p>With today&#8217;s inexpensive and large-sized disk drives, disk-to-disk backups have become the default choice for many SMBs! However, off-site backup procedures require the use of tapes and hence, the use of related peripherals such as tape drives. Traditional backup methodologies bring along the need for more storage space and a sharp increase in operational costs! Although, data archives and off-site backups have their advantages, and are a must when meeting compliance regulations they must adhere to more rigid safeguards such as, encryption mechanisms and safe storage. Adequate drills need to be put in place to test recovery procedures on regular basis. Traditional methods create data duplication. To eliminate duplication of data, various methods and applications were created which are known as data de-duplication. Data de-duplication improves data protection, increases the speed of service, and reduces costs.</p>
<p><img class="aligncenter size-full wp-image-128" title="rembkup" src="http://www.backupmyhost.com/blog/wp-content/uploads/2009/11/rembkup.jpg" alt="rembkup" width="292" height="134" /></p>
<p>Why online backups are the way forward &#8211; because they provide:</p>
<ol>
<li>User friendly backup/restore applications</li>
<li>Native off-site and archival services</li>
<li>Reduce secondary storage requirements through data de-duplication concepts</li>
<li>Intelligent data transfer methods through hashing algorithms</li>
<li>Safe &#8211; same data protection means such as, encrypted storage and connection</li>
<li>Scalability for future growth</li>
<li>Cheaper TCO (total cost of ownership)</li>
<li>Introduce pay-per-use concepts</li>
<li>Data retrieval anywhere-anytime concepts</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/remote-backups/go-for-online-remote-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync – A Top-View Introduction (Flash Animations)</title>
		<link>http://www.backupmyhost.com/blog/code-and-solutions/rsync-%e2%80%93-a-top-view-introduction-flash-animations/</link>
		<comments>http://www.backupmyhost.com/blog/code-and-solutions/rsync-%e2%80%93-a-top-view-introduction-flash-animations/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:58:47 +0000</pubDate>
		<dc:creator>chribonn</dc:creator>
				<category><![CDATA[Code and Solutions]]></category>
		<category><![CDATA[delta backups]]></category>
		<category><![CDATA[remote backup]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=78</guid>
		<description><![CDATA[How does RSync work? This falsh animations should explain why online backups using this algorithm are the most appropriate.]]></description>
			<content:encoded><![CDATA[<p>The following are a couple of flash animations to demonstrate how online backups function. I&#8217;ll add more animations to cover different scenarios soon.</p>
<p><a href="http://www.backupmyhost.com/blog/wp-content/uploads/2009/10/RSync.swf" target="_blank">RSync: The first time a file is transfered</a></p>
<p><a href="http://www.backupmyhost.com/blog/wp-content/uploads/2009/10/RSync1.swf" target="_blank">RSync: What happens when the source file changes.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/code-and-solutions/rsync-%e2%80%93-a-top-view-introduction-flash-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet Troy</title>
		<link>http://www.backupmyhost.com/blog/basics/meet-troy/</link>
		<comments>http://www.backupmyhost.com/blog/basics/meet-troy/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 08:33:39 +0000</pubDate>
		<dc:creator>chribonn</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Food for thought]]></category>
		<category><![CDATA[remote backup]]></category>
		<category><![CDATA[stolen]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=17</guid>
		<description><![CDATA[You may not know Sgt Troy Dally; you probably never attended Pastor Michael Guisande sermons; Cassie Bond is probably not listed as a friend on your Facebook, MySpace or Hi5 page and 21 year old Mark Leatham rings no bell. These are four people who have had their computer stolen. Troy’s laptop computer and external [...]]]></description>
			<content:encoded><![CDATA[<p>You may not know Sgt Troy Dally; you probably never attended Pastor Michael Guisande sermons; Cassie Bond is probably not listed as a friend on your Facebook, MySpace or Hi5 page and 21 year old Mark Leatham rings no bell. These are four people who have had their computer stolen. Troy’s laptop computer and external hard disk were in a backpack that went missing; Pastor Guisande’s computer was stolen from his church; Cassie and Mark suffered a similar predicament.</p>
<p><img class="aligncenter size-medium wp-image-19" title="MeetTroy" src="http://www.backupmyhost.com/blog/wp-content/uploads/2009/10/MeetTroy-225x300.jpg" alt="MeetTroy" width="225" height="300" /></p>
<p>These people did not have any military sensitive information on their computers; they didn’t even have the personal details of members of their local soccer club or church choir. They didn’t make the headlines because the value of their desktop or notebook computer was gynormous. Pastor Michael lost 20 years of sermons;  Troy’s laptop and external hard disk contained photos he had taken while serving in Iran as well as digital images of his house which burned down while he was away in Iran; Cassie’s home computer held the last photos she had taken of her dad before he died; Mark’s notebook contained the last photos of his mum who died after suffering from a rare degenerative condition called Pompe disease.</p>
<p>It’s not the cost of replacing the computer that bothers these people; some have even stated that they would be happy to get the contents of their computer back and have promised that if someone hands them a DVD or the notebook’s hard disk with their personal stuff they would not ask any questions. Their personal stuff is worthless to anyone else. Cassie summed it up by stating that “It’s really distressing to know that someone could just wipe all that off and sell it for money”.</p>
<p>These are four of the hundreds of computer thefts that take place every day of the year. These people don’t live in a bad neighborhood; they come from Australia, England, United States, and every country that has computers and crime. Had these people had a Remote Backup solution they would not have found it necessary to become one of the pages of a newspaper. A Remote Backup account allows you to backup your important files over the internet at lightening speed. The number of backups one can take is unlimited. Irrespective of whatever happens to the computer sitting in your backpack or on a desk at home, your data will never cease to exist. Remote Backups turn a disaster into a minor inconvenience.</p>
<p>In a connected world Remote Backups are something we cannot live without.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/basics/meet-troy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uncle Bertrand and Auntie Lucy</title>
		<link>http://www.backupmyhost.com/blog/basics/uncle-bertrand-and-auntie-lucy/</link>
		<comments>http://www.backupmyhost.com/blog/basics/uncle-bertrand-and-auntie-lucy/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 08:52:21 +0000</pubDate>
		<dc:creator>chribonn</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Food for thought]]></category>
		<category><![CDATA[remote backup]]></category>

		<guid isPermaLink="false">http://www.backupmyhost.com/blog/?p=3</guid>
		<description><![CDATA[Will a photo we take today make it to the next generation?]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-7" title="Help your photos make it to the next generation - Take a backup" src="http://www.backupmyhost.com/blog/wp-content/uploads/2009/10/Blog-1023x538.jpg" alt="Help your photos make it to the next generation - Take a backup" width="654" height="344" /></p>
<p>Last week I decided to unpack yet another box I had carried over to my new house almost a year ago. The thing with the last remaining boxes is that these contain the non essential bits and pieces, the memorabilia and stuff that was either passed down to me or which was prevalent in my life many years ago. Opening these boxes isn’t an act of simply unpacking and sorting stuff but one of reminiscing through my and my ancestry’s past. This box contained photos taken during the 60s and 70s. And I always thought that only punk rockers had funny hair styles!</p>
<p>Up to the advent of digital photography, taking a photo was a costly process. Even though one could purchase relatively cheap cameras, the cost of film and the development of the same were such that taking a photo would be a planned event for many people. Since each photo carried its own cost, a photo would be discarded only if it was horribly wrong. A photo with half of Aunt Lucy missing or Uncle Bertrand being slightly blurred would be retained and would be passed around on those infrequent family gatherings when old photos would be passed around.</p>
<p>Today we live in the digital era. Ones and zeroes have replaced paper and chemicals. Cameras are cheap and even the cheapest models have sufficient functionality built in to make anyone a respectable photographer.  It is becoming impossible to get a blurred, overexposed or underexposed photo. Who knows, someday we will be asked to pay for some of these retro functionalities! Now-a-days when taking a photo we keep on recording one shot after another until we get the one we are happy with. All we have to do is delete the ones we do not want and eventually transfer everything to a folder on our computer.</p>
<p>Yet will a digital photo of Uncle Bertrand taken today be available to someone in 40 years time? The answer is a probable no. Your hard disk in your home computer will fail sooner or later, the notebook on which you keep all your photos will suffer a fall, get stolen or lost and maybe a virus or component failure will wipe away all the data on your computer. Even CD and DVD-ROMs have a shelf life after which the manufacturer no longer guarantees the readability of data.</p>
<p>Taking regular and repeated backups of your computer’s important files is the only way to ensure that someone will be able to comment on your hairstyle somewhere down the line. Fast online backups to offsite servers ensure not only that you are backing up the things that matter to you but also that you are safeguarding against losses as a result of fire, flood, and theft.</p>
<p>Go on, let others have a good laugh at you – protect your data by taking a backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.backupmyhost.com/blog/basics/uncle-bertrand-and-auntie-lucy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
