<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>IT</title>
        <link>http://kjctech.net/blog/category/7.aspx</link>
        <description>IT</description>
        <language>en-US</language>
        <copyright>Kent J. Chen</copyright>
        <managingEditor>kent@kjctech.net</managingEditor>
        <generator>Subtext Version 1.9.5.176</generator>
        <item>
            <title>Purple Screen - part 2</title>
            <link>http://kjctech.net/blog/archive/2008/05/16/purple-screen---part-2.aspx</link>
            <description>&lt;p&gt;Support from VMware is pretty good.  I submitted the support ticket after having encountered two "&lt;a href="http://www.kjctech.net/blog/archive/2008/05/08/purple-screen.aspx" target="_blank"&gt;purple screens&lt;/a&gt;", and got reply almost immediately the same day with the request asking me to run a built-in tool called VMware-support on ESX server to collect all log information first.&lt;/p&gt; &lt;p&gt;Since ESX is based on Red Hat Linux, I had to run the diagnose tool right on the server and used &lt;a href="http://winscp.net/eng/index.php" target="_blank"&gt;WinSCP&lt;/a&gt; to download the result file to my laptop and uploaded it to their FTP server.  While I was waiting for the news from VMware, I noticed that there were some warning messages popping up during the boot process telling me something about the BIOS, "machine type mismatched" more accurate.  I thought it might be the reason causing the "purple screen", so I just went ahead and updated the BIOS for the server, and the server was running fine the rest of day without any further "purple screen".  Next day, I got the answer from VMware that proved my thought as the log file I collected specifically pointed that there were hardware incompatible issue on the server.&lt;/p&gt; &lt;p&gt;It turns out, the purple screen shouldn't happen at all if the hardware are all compatible with ESX.  Since the ESX server is heavily relied on the hardware layer, it would be good and healthy 1) make sure all hardware are compatible; 2) firmware for the hardware needs to be up-to-date.&lt;/p&gt; &lt;p&gt;Another lesson has to be learned and remembered.&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/612.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/05/16/purple-screen---part-2.aspx</guid>
            <pubDate>Fri, 16 May 2008 23:16:53 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/612.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/05/16/purple-screen---part-2.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/612.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/612.aspx</trackback:ping>
        </item>
        <item>
            <title>Purple screen</title>
            <link>http://kjctech.net/blog/archive/2008/05/08/purple-screen.aspx</link>
            <description>&lt;p&gt;Blue screen is the trademark for Microsoft Windows, so the purple screen is for VMware ESX?  Can't believe it failed on me like this.&lt;/p&gt; &lt;p&gt;&lt;img height="493" alt="image" src="http://www.kjctech.net/images/blog/Purplescreen_CD96/image.png" width="610" border="0" /&gt;&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/610.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/05/08/purple-screen.aspx</guid>
            <pubDate>Thu, 08 May 2008 21:37:24 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/610.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/05/08/purple-screen.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/610.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/610.aspx</trackback:ping>
        </item>
        <item>
            <title>Synchronize and keep the time accurate in Active Directory</title>
            <link>http://kjctech.net/blog/archive/2008/05/05/synchronize-and-keep-the-time-accurate-in-active-directory.aspx</link>
            <description>&lt;p&gt;By default, in an AD-based network, the domain controller gets its time from the BIOS clock and all computers in the domain including servers synchronize their time with the domain controller.  The BIOS clock can be wrong for many reasons so it's a good idea to set up the domain controller, primary one specifically, to synchronize with the external time server.  To do so, &lt;/p&gt; &lt;p&gt;First, pick up one or two rock solid SNTP time server.  Here is &lt;a href="http://support.microsoft.com/kb/262680" target="_blank"&gt;a list that you can look at&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Second, log in to the primary domain controller and &lt;a href="http://technet2.microsoft.com/windowsserver/en/library/ef81ebc8-4803-42d7-b72a-be7e9f16d1831033.mspx?mfr=true" target="_blank"&gt;synchronize the time server for the domain controller with an external source&lt;/a&gt;.  In short,&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;strong&gt;w32time /monitor&lt;/strong&gt; - to check what has been set up?&lt;/p&gt; &lt;p&gt;&lt;strong&gt;w32time /config /manualpeerlist:  /syncfromflags:MANUAL&lt;/strong&gt; - to configure.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;w32time /update&lt;/strong&gt; - to update the time services on the server.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;w32time /resync&lt;/strong&gt; - to re-synchronize with the external time server that was set up earlier.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;All other computers in the domain then will get their time synchronized in a timely manner or after the reboot.  Or, you can also set up the group policy in AD to force all computers to do so.&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/608.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/05/05/synchronize-and-keep-the-time-accurate-in-active-directory.aspx</guid>
            <pubDate>Tue, 06 May 2008 06:11:54 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/608.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/05/05/synchronize-and-keep-the-time-accurate-in-active-directory.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/608.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/608.aspx</trackback:ping>
        </item>
        <item>
            <title>Remote Desktop Keyboard Shortcuts</title>
            <link>http://kjctech.net/blog/archive/2008/04/30/remote-desktop-keyboard-shortcuts.aspx</link>
            <description>&lt;p&gt;This is so damn useful.  I can't believe that I wasn't even aware of these shortcuts even existed after I have used remote desktop so much for so many years.  Thanks &lt;a href="http://www.crsw.com/mark/"&gt;Mark&lt;/a&gt; for pointing this out, and sure will save me many days down the road.&lt;/p&gt; &lt;p&gt;&lt;img height="314" alt="image" src="http://www.kjctech.net/images/blog/RemoteDesktopKeyboardShortcuts_ACFA/image.png" width="527" border="0" /&gt;&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/606.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/04/30/remote-desktop-keyboard-shortcuts.aspx</guid>
            <pubDate>Wed, 30 Apr 2008 19:23:32 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/606.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/04/30/remote-desktop-keyboard-shortcuts.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/606.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/606.aspx</trackback:ping>
        </item>
        <item>
            <title>What's the dirtiest jobs in IT?</title>
            <link>http://kjctech.net/blog/archive/2008/04/11/whats-the-dirtiest-jobs-in-it.aspx</link>
            <description>&lt;p&gt;Take look &lt;a href="http://www.infoworld.com/archives/emailPrint.jsp?R=printThis&amp;amp;A=/article/08/03/10/11FE-dirty-tech-jobs_1.html"&gt;these 7 dirtiest jobs in IT&lt;/a&gt; on InfoWorld, and how many of them am I doing now?  Sadly, quite a few.&lt;/p&gt; &lt;p&gt;Dirty job No.7, Legacy systems archaeologist, is always part of my life and so far there is no sign I can get away of it.  My assistant is doing the dirty job No. 6, Help desk zombie.  Thanks to remote desktop, I am not fully classified as an On-site reboot specialist, the dirty job no. 5, but I am an off-site one most of the time.  I am not so much an Interdepartmental peace negotiator, the dirty job no. 4, but am occasionally.  And fortunately, that's all.  So far, I don't need to worry about these other 3 dirty works, Enterprise espionage engineer, Datacenter migration specialist, and Sludge systems architect.&lt;/p&gt; &lt;p&gt;Oh, by the way, if you are a datacenter migration specialist, the dirty job no.2, you better look at and get one of these &lt;a href="http://www.engadget.com/2006/10/18/suns-project-blackbox-datacenter-in-a-container/"&gt;datacenter containers&lt;/a&gt; which sure will clean up your dirty job.&lt;/p&gt; &lt;p&gt;&lt;img height="471" alt="image" src="http://www.kjctech.net/images/blog/WhatsthedirtiestjobsinIT_14F23/image.png" width="703" border="0" /&gt;&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/604.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/04/11/whats-the-dirtiest-jobs-in-it.aspx</guid>
            <pubDate>Fri, 11 Apr 2008 07:06:03 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/604.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/04/11/whats-the-dirtiest-jobs-in-it.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/604.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/604.aspx</trackback:ping>
        </item>
        <item>
            <title>Backup your emails, properly</title>
            <link>http://kjctech.net/blog/archive/2008/03/28/backup-your-emails-properly.aspx</link>
            <description>&lt;p&gt;Well, considering the specialty of emails and its difficulty of finding and restoring, the word "backup" shouldn't really be considered and used.  How many times you have successfully found and retrieved emails from your backup copies?  And how much work needs to be involved to keep a good and useful backup copies for your emails? Preferably and ideally, every single email should be backed up at the time when it arrives in your inbox, not sometime after because then it's harder for you to certain whether or not they are all up-to-date.  And that's why the idea of archiving was introduced and widely used these days, both for your personal emails and working emails.  Time saved for finding old emails and thinking/doing email backup is just huge.  Deleting emails without worrying about losing them permanently is just sweet.&lt;/p&gt; &lt;p&gt;For personal user, simply sign up another free email account on Gmail, or Yahoo, or whichever has the huge storage capacity, and set up the forwarding in the current email account to forward all incoming emails to the new signed email account.  Make sure to still keep the copy in the current email inbox though.  Most of public email service providers all provide this such feature, except hotmail.  Hotmail, the first widely-adopted web email service, seems quite out-dated these days, even after a major upgrade to live mail.  It lacks so much useful features comparing to its major competitors like GMail and Yahoo Mail.  Basically, if you are still a user of hotmail, you are limited to yourself only use Outlook family to back up your emails because hotmail doesn't offer the forwarding feature to its users.  Or it's time for hotmail users to switch over.&lt;/p&gt; &lt;p&gt;For corporate users, if you are an IT pro who manages your own corp email server it's time to implement an email archiving solution.  With an easy-to-use reliable email archiving system in place, you can have a more efficient light-weighted running email server, implement email retention policy office-wide fairly easily, and educate end users how to organize emails more efficiently without worrying about losing any emails, etc.  Besides, it's not an expensive solution anymore.&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/598.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/03/28/backup-your-emails-properly.aspx</guid>
            <pubDate>Fri, 28 Mar 2008 07:06:40 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/598.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/03/28/backup-your-emails-properly.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/598.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/598.aspx</trackback:ping>
        </item>
        <item>
            <title>Why can't get my wireless identified in Vista?</title>
            <link>http://kjctech.net/blog/archive/2008/03/19/why-cant-get-my-wireless-identified-in-vista.aspx</link>
            <description>&lt;p&gt;How often does your wireless connection get dropped, if you are using Vista?  If you are same as me, facing this kind of annoying problem every day, blame on Vista.  It's one of those Vista-incompatible devices on your network causing this problem, the wireless router in particular.&lt;/p&gt; &lt;p&gt;&lt;img height="82" alt="sshot-125" src="http://www.kjctech.net/images/blog/23f8fd58e812_12DF6/sshot125.png" width="252" align="right" border="0" /&gt;Vista validates your network connection every time when the computer tries to connect to the network.  If your router is not Vista-compatible and you are trying to connect via wireless, it most likely will not get identified the first place and won't be assigned a valid IP address as the result.  In order to get work, you will need to go through the diagnose process to manually request for the IP address.  Or, if you are tired of doing so, you can either look at your wireless router vendor's website to see if you are lucky to find the latest firmware that works for Vista, or end up buying a brand new one.  Check to make sure it's Vista-compatible before pulling out your wallet.&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/597.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/03/19/why-cant-get-my-wireless-identified-in-vista.aspx</guid>
            <pubDate>Thu, 20 Mar 2008 05:52:55 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/597.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/03/19/why-cant-get-my-wireless-identified-in-vista.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/597.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/597.aspx</trackback:ping>
        </item>
        <item>
            <title>IE 8 beta is out for test now</title>
            <link>http://kjctech.net/blog/archive/2008/03/06/ie-8-beta-is-out-for-test-now.aspx</link>
            <description>&lt;p&gt;I am not a fan of IE so I would pass and just wait until the final version comes if there are no new big hits like the new pro-standards role in IE 8.  It was released recently with some pretty exciting improvements and features. And I am testing it now, same as many of others, to wish this new promised to be standard-compliant version of browser would be as good as it was promised.  It is sure that the biggest achievement of this version of IE is the new pro-standards role but it also has some neat features like &lt;a href="http://go.microsoft.com/fwlink/?LinkID=99193" target="_blank"&gt;activities&lt;/a&gt; and &lt;a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/webslices.mspx" target="_blank"&gt;webslices&lt;/a&gt; that sound should bring us the some new experience when surfing the web.&lt;/p&gt; &lt;p&gt;&lt;img height="301" alt="image" src="http://www.kjctech.net/images/blog/IE8betaisoutfortestnow_1521/image.png" width="634" border="0" /&gt;&lt;/p&gt; &lt;p&gt;So far, after doing some quick test, it seems faster than IE 7 but some of my websites don't display normally as they do in Firefox but I haven't dug that far to discover what caused it. &lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/594.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/03/06/ie-8-beta-is-out-for-test-now.aspx</guid>
            <pubDate>Thu, 06 Mar 2008 09:57:18 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/594.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/03/06/ie-8-beta-is-out-for-test-now.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/594.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/594.aspx</trackback:ping>
        </item>
        <item>
            <title>Top 5 Reasons to Upgrade to Windows Server 2008 Terminal Services</title>
            <link>http://kjctech.net/blog/archive/2008/02/24/top-5-reasons-to-upgrade-to-windows-server-2008-terminal.aspx</link>
            <description>&lt;p&gt;Windows Server 2008 has a lot of new features but terminal services is one of the areas I am interested the most in this new coming OS. While keeping wondering why Citrix is still alive I am also very curious what Microsoft brings us can really make us to just stay and get rid of Citrix when coming down to use Terminal Services.  Tony Soper's &lt;a href="http://blogs.technet.com/tonyso/archive/2008/02/22/top-n-reasons-to-upgrade-to-windows-server-2008-terminal-services.aspx" target="_blank"&gt;top 5 reasons why using or upgrading to Windows Server 2008 Terminal Services&lt;/a&gt; answered some questions.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;1. &lt;strong&gt;Terminal Services RemoteApp&lt;/strong&gt; applications appear no different than local applications, tightly integrated with the task bar and new Windows Vista features like 3-D flip. Terminal Services RemoteApp helps improve the end user experience and reduce training requirements.&lt;/p&gt; &lt;p&gt;2. &lt;strong&gt;Terminal Services Gateway&lt;/strong&gt; provides a highly secure connection between internal applications and data to users outside the firewall.  It delivers critical applications and data to mobile employees without additional VPN infrastructure.&lt;/p&gt; &lt;p&gt;3. &lt;strong&gt;Terminal Services Web Access&lt;/strong&gt; helps simplify application deployment by making applications available from a web page or a SharePoint portal without installing them on the local PC. Speed application deployment by quickly connecting users with the applications they need.&lt;/p&gt; &lt;p&gt;4. &lt;strong&gt;Terminal Services Session Broker&lt;/strong&gt; delivers session-based load-balancing to a Terminal Services Farm. Terminal Services Session Broker helps bring better uptime and performance to your Terminal Services environment.&lt;/p&gt; &lt;p&gt;5. &lt;strong&gt;Terminal Services Easy Print&lt;/strong&gt; leverages the client-side print driver (no server side driver needed) to enable fast and reliable printing to a local or network-attached printer. End users can more productively work from remote locations.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Very good improvements for sure!  Except the No. 1 which is still a significant improvement when mostly using it internally, the others are definitely dead important, in terms of both security and usability.&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/588.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/02/24/top-5-reasons-to-upgrade-to-windows-server-2008-terminal.aspx</guid>
            <pubDate>Mon, 25 Feb 2008 04:56:37 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/588.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/02/24/top-5-reasons-to-upgrade-to-windows-server-2008-terminal.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/588.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/588.aspx</trackback:ping>
        </item>
        <item>
            <title>What's your backup plan?</title>
            <link>http://kjctech.net/blog/archive/2008/02/20/whats-your-backup-plan.aspx</link>
            <description>&lt;blockquote&gt; &lt;p&gt;"There are two kinds of people in the world: Those who have experienced catastrophic hard drive failure, and those who *will* experience catastrophic hard drive failure."&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Someone quoted this in &lt;a href="http://www.codinghorror.com/blog/archives/001045.html" target="_blank"&gt;Jeff Atwood's What's your backup strategy&lt;/a&gt;, which is so true. Sooner or later, you will be facing the disaster caused by fragile hard drive.  Knocking on the wood if you are trying to say you haven't. So if you don't have any backup plan yet, it's time to think about it very seriously.  Even though you already have one in place, it's time to review to see if it's still effective.  Or unless you are "lucky" like Raelyn Campbell who &lt;a href="http://www.engadget.com/2008/02/12/woman-files-54m-lawsuit-against-best-buy-for-losing-laptop/" target="_blank"&gt;filed $54m lawsuit against Best Buy for losing laptop&lt;/a&gt;, you would be screwed if one day you so rely-on hard drive fails on you.&lt;/p&gt; &lt;p&gt;So what choices out there are available for us as personal use?  Well, basically it's all based on what you need and how much data you want to be backed up.  Some cost might be necessary needed in some cases.&lt;/p&gt; &lt;p&gt;First of all, buy an external hard drive, pick as much space as you can afford or pick the one like &lt;a href="http://www.wdc.com/en/products/products.asp?driveid=262" target="_blank"&gt;WD Passport&lt;/a&gt; that doesn't require power supply if you want to carry it around.&lt;/p&gt; &lt;p&gt; &lt;img src="http://www.mysites-advisor.com/wp-content/uploads/2007/08/western-digital-passport-120gb-thumb.jpg" /&gt; &lt;/p&gt; &lt;p&gt;Then, configure your sync tool and either manually run it once a week or so or schedule it to be run regularly if possible.  There are many sync choices out there but I am using and quite happy with &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E0FC1154-C975-4814-9649-CCE41AF06EB7&amp;amp;displaylang=en" target="_blank"&gt;Microsoft's SyncToy&lt;/a&gt; which is free, easy to use. It never failed on me.  The con, though, is that it doesn't come with the schedule feature so I have to run it manually.&lt;/p&gt; &lt;p&gt;&lt;img height="385" alt="image" src="http://www.kjctech.net/images/blog/Whatsyourbackupplan_14CD4/image.png" width="515" border="0" /&gt; &lt;/p&gt; &lt;p&gt;However, if you prefer to use tool that is more like backup, you might end up having to buy a commercial copy as Windows built-in backup tool usually doesn't work too good.  The one in XP is ok but Vista is much worse.  And I wasn't so lucky to find any good free ones either. Jeff's choice on &lt;a href="http://www.acronis.com/homecomputing/products/trueimage/" target="_blank"&gt;Acronis True Image&lt;/a&gt; looks pretty good, which backs up the system to a bootable mirror image of the hard drive, that can be booted up later on when the primary one fails.&lt;/p&gt; &lt;p&gt; &lt;img height="280" alt="image" src="http://www.kjctech.net/images/blog/Whatsyourbackupplan_14CD4/image_3.png" width="543" border="0" /&gt; &lt;/p&gt; &lt;p&gt;Going one step further, if you want to have a backup stored offsite, rather than at home, &lt;a href="https://mozy.com/home" target="_blank"&gt;MozeHome&lt;/a&gt; is definitely the number one choice. It's free for under 2G data which should cover most of the cases, and it lightly runs on your computer and backs up your data without your attention once it's configured.&lt;/p&gt; &lt;p&gt;&lt;img height="275" alt="image" src="http://www.kjctech.net/images/blog/Whatsyourbackupplan_14CD4/image_4.png" width="437" border="0" /&gt; &lt;/p&gt; &lt;p&gt;If you have more than 2G data, the chances are you might have a lot of photos included that you also want to back up. If that's the case, then you have to consider &lt;a href="http://www.flickr.com/" target="_blank"&gt;Flickr&lt;/a&gt; or &lt;a href="http://www.smugmug.com" target="_blank"&gt;SmugMug&lt;/a&gt; as your plan.  Both are really popular photo gallery sites that offers so much rich features for photos but be prepared to pay to get the full services that you can store the full original size of your photos over there.&lt;/p&gt; &lt;p&gt;Right, we have yet covered Video.  &lt;a href="http://www.youtube.com" target="_blank"&gt;YouTube&lt;/a&gt; or sites that office the similar service seems to be the only choices at the moment. Getting your Videos backed up offsite will be a really time consuming job though.&lt;/p&gt; &lt;p&gt;Overall, MozeHome rules all, it's the best and easiest choice to the backup problem that everyone faces.  Oh, how about emails?  I will be covering it in my next post...haha...it's too late now.&lt;/p&gt;&lt;img src="http://kjctech.net/blog/aggbug/586.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Kent J. Chen</dc:creator>
            <guid>http://kjctech.net/blog/archive/2008/02/20/whats-your-backup-plan.aspx</guid>
            <pubDate>Wed, 20 Feb 2008 08:52:14 GMT</pubDate>
            <wfw:comment>http://kjctech.net/blog/comments/586.aspx</wfw:comment>
            <comments>http://kjctech.net/blog/archive/2008/02/20/whats-your-backup-plan.aspx#feedback</comments>
            <wfw:commentRss>http://kjctech.net/blog/comments/commentRss/586.aspx</wfw:commentRss>
            <trackback:ping>http://kjctech.net/blog/services/trackbacks/586.aspx</trackback:ping>
        </item>
    </channel>
</rss>