<?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>The Future of ICT &#187; backup</title>
	<atom:link href="http://www.4ict.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4ict.com</link>
	<description>Information, Communication and Technology for Your Update</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How (and Why) to Partition Your Hard Drives</title>
		<link>http://www.4ict.com/2010/01/07/how-and-why-to-partition-your-hard-drive/</link>
		<comments>http://www.4ict.com/2010/01/07/how-and-why-to-partition-your-hard-drive/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 13:20:30 +0000</pubDate>
		<dc:creator>Akbar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Partitioning]]></category>

		<guid isPermaLink="false">http://www.4ict.com/?p=179</guid>
		<description><![CDATA[Disk partitioning&#8211;separating one physical hard drive into multiple independent volumes&#8211;can relieve all sorts of computer-related headaches, and thanks to the Disk Management tool included with Windows 7 and Vista, you can perform the task without expensive third-party software. Here&#8217;s how to use Disk Management to make the most of your hard drive. Why Partitioning Your [...]]]></description>
			<content:encoded><![CDATA[<p>Disk partitioning&#8211;separating one physical hard drive into multiple independent volumes&#8211;can relieve all sorts of computer-related headaches, and thanks to the Disk Management tool included with Windows 7 and Vista, you can perform the task without expensive third-party software. Here&#8217;s how to use Disk Management to make the most of your hard drive.<br />
<span id="more-179"></span></p>
<h2>Why Partitioning Your Hard Drive Makes Sense</h2>
<p>Most PCs come from the factory with a single partition on their hard drive, meaning that it shows up as one drive in the Computer window (as C:, typically). But keeping your data, applications, and operating system on the same partition can be risky because, if something happens to the partition&#8217;s index file (the file that tells your computer where the various pieces of your data are located), your computer won&#8217;t be able to boot up off that drive&#8211;and even if you boot up with a recovery disc or external drive, you won&#8217;t be able to access the rest of your data.</p>
<p>Partitioning your hard drive essentially tells your computer to treat portions of that drive as separate entities. If you keep your system and apps on a partition separate from your data (documents, music, video, and the like), the data will be easier to back up (because your backup utility won&#8217;t bother to copy the system and apps, which you can reinstall from the discs or redownload from an online source). In addition, you&#8217;ll be less likely to lose your data in an accident; and if you ever need to reformat and reinstall Windows, you won&#8217;t have to worry about restoring your data backups.</p>
<p>You can also set up an emergency partition. Suppose that Windows unexpectedly croaks and you don&#8217;t have your emergency boot disc handy. If you&#8217;ve created a bootable partition that&#8217;s large enough to contain a stripped-down OS and a handful of diagnostic tools, you can use it to rescue your data and salvage your computer. Some computer manufacturers (Lenovo, for example) supply a built-in emergency partition on some of their PCs, but you can make your own, if your PC lacks one.</p>
<p>Finally, partitioning lets you try out other operating systems&#8211;like Linux, for example. Generally, two operating systems can&#8217;t coexist on the same volume without stepping on one another&#8217;s toes, so you won&#8217;t be able to dual-boot Linux or ease into Windows 7 if you&#8217;re on a single-volume system.</p>
<h2>How to Partition Your Hard Drive</h2>
<p><strong>Note:</strong> Users with complicated hard-drive configurations, RAID arrays, or the Windows XP operating system will likely need more-powerful partitioning software than Microsoft&#8217;s Disk Management tool&#8211;EaseUs Partition Master is a good place to start.</p>
<p>First, back up your data. The partitioning process shouldn&#8217;t delete any data, but you can&#8217;t be too careful when working with your hard drive.</p>
<p>Open the Disk Management tool by slecting <em>Control Panel, Administrative Tools, Computer Management</em>. An entry for Disk Management should show up underneath the Storage heading on the left-hand side.</p>
<p>Click <em>Disk Management</em>, and you should see a list of your existing drives and partitions (if applicable). To create a new partition, choose a disk that has free storage space, right-click it, and select <em>Shrink Volume</em>. Bear in mind that you can safely shrink only basic disks; if you try to shrink dynamic disks (such as RAID arrays) that are formatted with the NTFS file system, you&#8217;ll risk losing your data.</p>
<p>Type in the amount of space you want to shrink the disk by. The number you choose depends on what you want to use the other partition for. If you plan to dual-boot another version of Windows, for example, you&#8217;ll want a lot of space (Windows 7 requires at least 16GB of available space, for example); but if you&#8217;re setting aside room for an emergency recovery partition, you won&#8217;t need nearly as much space.</p>
<p>If you plan to install an OS in this partition (Windows or otherwise), you&#8217;ll probably have to stop here&#8211;your operating system installer will likely insist on making the partition itself during the installation process.</p>
<p>Once you&#8217;ve cleared the necessary space, it should show up in the Disk Management window as Unallocated Space. Right-click this entry, select <em>New Simple Volume,</em> and let the resulting wizard guide you through the remaiing steps of the process. Generally, you&#8217;ll want to format the new partition as NTFS; and unless you&#8217;re using this partition for archiving purposes, you won&#8217;t need to enable file and folder compression for the whole drive. (If you decide to enable compression later, you can do it easily enough: In the Disk Management tool, right-click the partition and select <em>Properties, Compress this drive to save space</em>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4ict.com/2010/01/07/how-and-why-to-partition-your-hard-drive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Varieties Of Backup</title>
		<link>http://www.4ict.com/2009/12/18/varieties-of-backup/</link>
		<comments>http://www.4ict.com/2009/12/18/varieties-of-backup/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 18:02:06 +0000</pubDate>
		<dc:creator>freetraffic</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[back-up]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backup to flash]]></category>
		<category><![CDATA[flash drive]]></category>

		<guid isPermaLink="false">http://www.4ict.com/2009/12/18/varieties-of-backup/</guid>
		<description><![CDATA[If you&#8217;ve got a laptop for home use or for your business and don&#8217;t take comprehensive backup for full protection then you are in the danger-zone. Perhaps you are doing not take any backup at all. Now in the following article you will realize kinds of backup you&#8217;ll be able to make by yourself. You [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a laptop for home use or for your business and don&#8217;t take comprehensive backup for full protection then you are in the danger-zone. Perhaps you are doing not take any backup at all. Now in the following article you will realize kinds of backup you&#8217;ll be able to make by yourself.</p>
<p>You can find in Windows a basic backup utility which are put in throughout the installation.<br />
<span id="more-87"></span><br />
I should say for all Windows…, however in fact it&#8217;s not included throughout the installation of Windows XP Home Edition.</p>
<p>It is as if Microsoft thinks that knowledge protection is not necessary for home computers and computers used by small businesses.</p>
<p>It is true that hard drives are becoming less at risk of hard disk crashes.</p>
<p>However, if you consider not only exhausting disk crashes, however also virus infection, theft plus alternative treats, then you understand the importance of implementing a full-proof backup strategy for your computer.</p>
<p>Nowadays many computers are equipped with a DVD burner, nonetheless most don&#8217;t use it to manage their very important data backup. The amount of information you&#8217;ll store on a single DVD is many Giga Byte.</p>
<p>There are various types of backup you&#8217;ll make.</p>
<p>Here are the steps that I take myself to totally secure my knowledge against data loss:</p>
<p>1. Disk image backup.</p>
<p>I exploit a disk image backup software and build an entire image backup of the disk on consecutive DVDs.</p>
<p>I also create an emergency rescue CD.</p>
<p>If I&#8217;ve got a arduous disk crash I’ll use this emergency CD else from.</p>
<p>However, first I&#8217;ve got to put in and setup a new hard disk that&#8217;s working.</p>
<p>Then I will recreate the information directly back from this backup stored on the DVDs.</p>
<p>This work is created fast and without the necessity to spend time putting in each the operation system and also the backup software.</p>
<p>Everything is instead copied directly into the exhausting disk from the DVD’s.</p>
<p>2. Full onerous disk backup.</p>
<p>I additionally use a knowledge backup software and create a full backup of the arduous disk on consecutive DVD’s.</p>
<p>This is often a standard disk backup. With this backup I&#8217;m in a position to restore any files and/or folders.</p>
<p>I can also move the info to another computer.</p>
<p>3. Regular scheduled backup of files and folder.</p>
<p>Here I exploit the same software product I exploit for the complete disk backup. I build with this software regular schedule backups of the files and folders I work with.</p>
<p>In my case they include My Documents, Outlook emails and alternative files that are modified over time.</p>
<p>I do this by keeping a permanent rewritable DVD inside the DVD burner.<br />
I then rotate a range of DVD’s for this purpose therefore I will keep copies removed from the computer.<br />
Whenever I install important new programs from the Web or I build different major changes to my system I’ll conjointly create a new disk image backup and a full laborious disk backup.<br />
You ought to use a DVD burner that&#8217;s designed for rewritable DVDs.<br />
Sadly there are plenty of competing DVD standards on the market.<br />
The DVD-R, DVD-R and DVD-RAM standards supports DVDs which solely can be written to once and can’t be reused and people standards ought to be avoided.<br />
The DVD player should instead support at least one rewritable DVDs standard.<br />
Either DVD-RW or DVD+RW.<br />
I you would like to backup information to usb flash drive &#8211; you can visit: <a href="http://www.backuptoflash.com/" target="_blank">backup to flash</a> website.</p>
<p>Conclusion:</p>
<p>I use regular schedule backup to backup the information files I work with on a daily basis.</p>
<p>I’ll create a disk image backup so that in case of a laborious disk failure I will be back in business fast.</p>
<p>I conjointly create a full disk backup thus that I can be ready to restore individual files or folders. It makes it also doable to move the information to another computer.</p>
<p>And don&#8217;t forget to computerize various other computer routine: <a href="http://avi-to-mp4.com/" target="_blank">avi to mp4 audio</a> and <a href="http://www.batch-photo-processing.com/" target="_blank">add a watermark to a photo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4ict.com/2009/12/18/varieties-of-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
