<?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>gHacks technology news &#187; disk copy</title>
	<atom:link href="http://www.ghacks.net/tag/disk-copy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Robocopy GUI</title>
		<link>http://www.ghacks.net/2009/07/06/robocopy-gui/</link>
		<comments>http://www.ghacks.net/2009/07/06/robocopy-gui/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 08:54:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[disk copy]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[robocopy gui]]></category>
		<category><![CDATA[software copy]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14162</guid>
		<description><![CDATA[The standard functionality to copy files and folders in Windows is severely limited. It might work fine for casual users but if you ever tried to copy a large amount of data to a network share or backup folder you might have noticed that there are things amiss that are more or less essential for [...]]]></description>
			<content:encoded><![CDATA[<p>The standard functionality to copy files and folders in Windows is severely limited. It might work fine for casual users but if you ever tried to copy a large amount of data to a network share or backup folder you might have noticed that there are things amiss that are more or less essential for users working in IT. A small connection problem for example during the file transfer can end the transfer right at that point which then puts the user in the situation to find out what happened and what was transferred to start the process anew.</p>
<p>Some of the features that are missing are the abilities to pause and resume the copy process and to filter files and folders.Robocopy is a command line tool developed by Microsoft that provides the extended functionality that some users require. Command line tools on the other hand are not always that comfortable to use which is why Microsoft created Robocopy GUI which provides a graphical user interface for Robocopy.</p>
<p><span id="more-14162"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/07/robocopy_gui.gif" alt="robocopy gui" title="robocopy gui" width="400" height="369" class="alignnone size-full wp-image-14163" /></p>
<p>Robocopy GUI is a basic software program that requires the Microsoft .net Framework 2.0 (which is included in Windows Vista). It can be <a href="http://technet.microsoft.com/en-us/magazine/2006.11.utilityspotlight.aspx">downloaded</a> from the Technet website where it was announced.</p>
<blockquote><p>Robocopy GUI lets you specify your source and target paths, as well as any custom options or filters you&#8217;d like to apply, whether or not you&#8217;d like to create a drive mapping, where you&#8217;d like to store the resulting logs, and so on. These are all features you can certainly execute with traditional Robocopy command line functionality, but for many, having the options consolidated in a graphical interface may really simplify the process.</p>
<p>Robocopy GUI also extends the functionality of the existing Robocopy tool in some very interesting ways. For example, this tool is multithreaded, allowing you to create a Robocopy script, execute it, and begin creating another one while your first script is still running. It also allows you to save your scripts (even if you don&#8217;t actually execute them) so that you can create a library of common scripts or share them with your colleagues. And most importantly, Robocopy GUI allows you to save your default settings so you don&#8217;t have to start from scratch every time.</p></blockquote>
<p>The program is a great help for users who prefer to work with graphical user interfaces. The option to use the command line version as well &#8211; for example to make use of the functionality in scripts &#8211; is still provided.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-files/" title="copy files" rel="tag">copy files</a>, <a href="http://www.ghacks.net/tag/disk-copy/" title="disk copy" rel="tag">disk copy</a>, <a href="http://www.ghacks.net/tag/robocopy/" title="robocopy" rel="tag">robocopy</a>, <a href="http://www.ghacks.net/tag/robocopy-gui/" title="robocopy gui" rel="tag">robocopy gui</a>, <a href="http://www.ghacks.net/tag/software-copy/" title="software copy" rel="tag">software copy</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/28/rename-and-copy-files-with-caterpixer/" title="Rename And Copy Files With Caterpixer (September 28, 2009)">Rename And Copy Files With Caterpixer</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/01/22/monitor-directories-with-directory-changes-watcher/" title="Monitor Directories With Directory Changes Watcher (January 22, 2009)">Monitor Directories With Directory Changes Watcher</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/file-transfer-software/" title="File Transfer Software (March 23, 2009)">File Transfer Software</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/09/04/fast-copy/" title="Fast Copy (September 4, 2008)">Fast Copy</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/01/19/copy-locked-and-open-files-in-windows/" title="Copy Locked And Open Files In Windows (January 19, 2009)">Copy Locked And Open Files In Windows</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/06/robocopy-gui/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disk Copy Software</title>
		<link>http://www.ghacks.net/2008/11/24/disk-copy-software/</link>
		<comments>http://www.ghacks.net/2008/11/24/disk-copy-software/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 11:01:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[clone hard drives]]></category>
		<category><![CDATA[copy hard drives]]></category>
		<category><![CDATA[copy partitions]]></category>
		<category><![CDATA[disk copy]]></category>
		<category><![CDATA[disk copy software]]></category>
		<category><![CDATA[disk recovery]]></category>
		<category><![CDATA[easeus disk copy]]></category>
		<category><![CDATA[portable software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8495</guid>
		<description><![CDATA[Roman send me an email yesterday reminding me that I never covered Easeus Disk Copy at Ghacks. He used the disk copy software in combination with gParted to move his operating system and files from his old hard drive to a bigger one.
EASEUS Disk Copy is an excellent disk copy software for all operating systems [...]]]></description>
			<content:encoded><![CDATA[<p>Roman send me an email yesterday reminding me that I never covered <a href="http://www.easeus.com/disk-copy/">Easeus</a> Disk Copy at Ghacks. He used the disk copy software in combination with gParted to move his operating system and files from his old hard drive to a bigger one.</p>
<p>EASEUS Disk Copy is an excellent disk copy software for all operating systems that can be used to copy data from one hard drive to another drive of the same or a bigger size. One of the main uses for this software is therefor to copy all data from one hard drive to a bigger one. The disk copy software will copy all data which essentially means that running Easeus Disk Copy to copy the data of an 80 Gigabyte hard drive to a bigger hard drive will copy 80 Gigabytes of data to the new hard drive (a sector to sector copy so to speak).</p>
<p>This obviously includes deleted files which makes the disk copy software an excellent tool for hard disk recovery as well. The data could be copied to a spare hard drive and analysed on that hard drive without having to tamper with the original hard drive.</p>
<p><span id="more-8495"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/disk_copy_software.jpg" alt="disk copy software" title="disk copy software" width="500" height="375" class="alignnone size-medium wp-image-8496" /></p>
<p>EASEUS Disk Copy is supplied as an ISO image which has to be burned to disk. The computer has to be booted from the CD drive to run the disk copy software. The software can also be used to copy data from one partition to another.</p>
<p>The process of copying on disk or partition to another is straightforward and fast. It usually involves selecting the copy mode and picking the source and destination drives or partitions. The disk copy software supports hard disks of up to one Terabyte.</p>

	Tags: <a href="http://www.ghacks.net/tag/clone-hard-drives/" title="clone hard drives" rel="tag">clone hard drives</a>, <a href="http://www.ghacks.net/tag/copy-hard-drives/" title="copy hard drives" rel="tag">copy hard drives</a>, <a href="http://www.ghacks.net/tag/copy-partitions/" title="copy partitions" rel="tag">copy partitions</a>, <a href="http://www.ghacks.net/tag/disk-copy/" title="disk copy" rel="tag">disk copy</a>, <a href="http://www.ghacks.net/tag/disk-copy-software/" title="disk copy software" rel="tag">disk copy software</a>, <a href="http://www.ghacks.net/tag/disk-recovery/" title="disk recovery" rel="tag">disk recovery</a>, <a href="http://www.ghacks.net/tag/easeus-disk-copy/" title="easeus disk copy" rel="tag">easeus disk copy</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/24/disk-copy-software/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Disk Copy Software PC Network Clone</title>
		<link>http://www.ghacks.net/2008/08/09/disk-copy-software-pc-network-clone/</link>
		<comments>http://www.ghacks.net/2008/08/09/disk-copy-software-pc-network-clone/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 12:44:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[clone disks]]></category>
		<category><![CDATA[disk copy]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network copy]]></category>
		<category><![CDATA[transfer data]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5993</guid>
		<description><![CDATA[If you got a new hard disk or new computer you might want to copy the contents of the old hard drive to the new one to continue working with all of your files, operating system and settings. PC Network Clone is a disk copy software that can copy the contents of a hard drive [...]]]></description>
			<content:encoded><![CDATA[<p>If you got a new hard disk or new computer you might want to copy the contents of the old hard drive to the new one to continue working with all of your files, operating system and settings. PC Network Clone is a disk copy software that can copy the contents of a hard drive to one or multiple other drives that are connected to each other over a network.</p>
<p>The <a href="http://www.pcdisktools.com/pcnetworkclone.htm">Home Edition</a> can copy the contents of a hard disk to up to three client computers with a maximum speed of up to 9 Gigabytes per minute which should be more than enough for home usage. It does have some other limitations in place:  Only IDE and SATA hard disks are supported but files can be copied from all filesystems.</p>
<p>The professional disk copy version has a wider range of supported hardware (Firewire, USB..), an almost 7 times higher transfer rate maximum and a maximum client limit of 20.</p>
<p><span id="more-5993"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/home_user_s1.jpg" alt="disk copy" title="disk copy" width="500" height="200" class="alignnone size-medium wp-image-5994" /></p>
<p>Technically a Linux Live CD is used to boot the source PC and distribute the data to the other hard disks. Those can be on the same computer or on computers connected over the network.</p>

	Tags: <a href="http://www.ghacks.net/tag/clone-disks/" title="clone disks" rel="tag">clone disks</a>, <a href="http://www.ghacks.net/tag/disk-copy/" title="disk copy" rel="tag">disk copy</a>, <a href="http://www.ghacks.net/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.ghacks.net/tag/network-copy/" title="network copy" rel="tag">network copy</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/transfer-data/" title="transfer data" rel="tag">transfer data</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/23/softperfect-network-scanner/" title="Softperfect Network Scanner (August 23, 2008)">Softperfect Network Scanner</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/09/18/remote-batch-copy/" title="Remote Batch Copy (September 18, 2008)">Remote Batch Copy</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/11/port-scanning-networking-tool-superscan/" title="Port Scanning Networking Tool SuperScan (August 11, 2008)">Port Scanning Networking Tool SuperScan</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/22/network-settings-manager/" title="Network Settings Manager (May 22, 2008)">Network Settings Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/09/19/hamachi-virtual-private-network/" title="Hamachi Virtual Private Network (September 19, 2006)">Hamachi Virtual Private Network</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/09/disk-copy-software-pc-network-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
