<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>SyncDroid</title>
	<link>http://www.syncdroid.com</link>
	<description>Automatic file synchronization for Windows, Linux and OSX</description>
	<pubDate>Thu, 10 Jan 2008 23:52:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Conflict Resolution</title>
		<link>http://www.syncdroid.com/manual/conflict-resolution/</link>
		<comments>http://www.syncdroid.com/manual/conflict-resolution/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 05:00:27 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[User Manual]]></category>

		<guid isPermaLink="false">http://www.syncdroid.com/2008/01/03/conflict-resolution/</guid>
		<description><![CDATA[While using any file synchronizer, you may encounter conflicts.  A conflict occurs when two copies of a file are changed at the same time. Since the synchronizer doesn&#8217;t know which change is the correct one, it has to ask you for assistance.
It&#8217;s possible that neither change is correct -  if you change the [...]]]></description>
			<content:encoded><![CDATA[<p>While using any file synchronizer, you may encounter <em>conflicts</em>.  A conflict occurs when two copies of a file are changed at the same time. Since the synchronizer doesn&#8217;t know which change is the correct one, it has to ask you for assistance.</p>
<p>It&#8217;s possible that <strong>neither</strong> change is correct -  if you change the same file in different ways, you may want to keep both changes. Say you&#8217;ve got a shopping list on your laptop and desktop. It starts out like so:</p>
<table cols="2">
<tr>
<th>Laptop</th>
<th>Desktop</th>
</tr>
<tr>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham</td>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham</td>
</tr>
</table>
<p>While you&#8217;re out-and-about with your laptop, you remember that your annoying Great Aunt Gladice is coming to visit tomorrow and you&#8217;d prefer that she go home early. So you decide to &#8217;spice up&#8217; her meal a little bit:</p>
<table cols="2">
<tr>
<th>Laptop</th>
<th>Desktop</th>
</tr>
<tr>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham<br />
Chilli Powder<br />
Cat food</td>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham</td>
</tr>
</table>
<p>Then, while you&#8217;re at home, you remember that your kid&#8217;s birthday is coming up:</p>
<table cols="2">
<tr>
<th>Laptop</th>
<th>Desktop</th>
</tr>
<tr>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham</td>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham<br />
Birthday cake<br />
Headache tablets<br />
A big box for the kids to play in</td>
</tr>
</table>
<p>When it comes time to synchronize this, you end up with:</p>
<table cols="2">
<tr>
<th>Laptop</th>
<th>Desktop</th>
</tr>
<tr>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham<br />
Chilli Powder<br />
Cat food</td>
<td>Shopping list<br />
Milk<br />
Eggs<br />
Ham<br />
Birthday cake<br />
Headache tablets<br />
A big box for the kids to play in</td>
</tr>
</table>
<p>Neither the desktop nor the laptop have the correct list. SyncDroid will detect that the list has changed on both computers and ask you to help resolve the issue.<br />
<img src="http://www.syncdroid.com/wordpress/wp-content/uploads/resolve.png" alt="resolve.png" /></p>
<p>Your choices are:</p>
<ul>
<li><strong>Do nothing.</strong> The files will be left alone. You&#8217;ll be able to fix the problem later.</li>
<li><strong>Don&#8217;t try to sync this file in the future</strong>. Sometimes, you just don&#8217;t need a file to be synchronized. If you&#8217;d prefer not to be bothered about this file again, choose this option.</li>
<li><strong>Use the file on &lt;name&gt;</strong>. If one of the computers or disks has the correct version of the file, choose it here. (largeman and kaysen are just two of my computers - yours will have different names).</li>
</ul>
<p>If you&#8217;re in the situation above where <em>neither</em> side is correct, you&#8217;ll need to correct the problem yourself. If you hit the &#8216;Preview&#8217; buttons next to each computer, you can see both files at the same time and match them up yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.syncdroid.com/manual/conflict-resolution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to set up foolproof backups in two minutes (Windows, Linux and OSX)</title>
		<link>http://www.syncdroid.com/tutorials/how-to-set-up-foolproof-backups-in-two-minutes-windows-linux-and-osx/</link>
		<comments>http://www.syncdroid.com/tutorials/how-to-set-up-foolproof-backups-in-two-minutes-windows-linux-and-osx/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 23:55:25 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.syncdroid.com/2008/01/03/how-to-set-up-foolproof-backups-in-two-minutes-windows-linux-and-osx/</guid>
		<description><![CDATA[We&#8217;re going to set up a system to back up your laptop or desktop to an external USB hard drive. It&#8217;ll run the backups automatically and you&#8217;ll be able to restore files from any point in the past.
I&#8217;m setting this up on Linux, but remember that you can use Windows or OSX if you like.
Download [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re going to set up a system to back up your laptop or desktop to an external USB hard drive. It&#8217;ll run the backups automatically and you&#8217;ll be able to restore files from any point in the past.</p>
<p>I&#8217;m setting this up on Linux, but remember that you can use Windows or OSX if you like.</p>
<p>Download and install SyncDroid from <a href="/download/" target="_blank">here</a>.</p>
<p>When you start it up, SyncDroid will ask you what you&#8217;d like to sync against. Click &#8216;An external hard drive or USB stick&#8217;.</p>
<p><img src="http://www.syncdroid.com/wordpress/wp-content/uploads/newprofile.png" alt="newprofile.png" /></p>
<p>SyncDroid will ask you which disk and provide some suggestions. I&#8217;m going to use a 160GB USB hard drive. You can use anything that you have available. Remember that the more space the external drive has, the more choices you have when you want to restore files from the past.</p>
<p><img src="http://www.syncdroid.com/wordpress/wp-content/uploads/selectdrive.png" alt="selectdrive.png" /></p>
<p>SyncDroid will ask you which files you&#8217;d like to sync to the drive. I&#8217;m just going to keep my home directory.<br />
<img src="http://www.syncdroid.com/wordpress/wp-content/uploads/selectsource.png" alt="selectsource.png" /></p>
<p>That&#8217;s it! SyncDroid will start the backup immediately. It&#8217;ll try to be polite, so you can keep working on your computer while it&#8217;s going. And anytime you change a file on your computer, it&#8217;ll automatically back it up.</p>
<p><img src="http://www.syncdroid.com/wordpress/wp-content/uploads/done.png" alt="done.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syncdroid.com/tutorials/how-to-set-up-foolproof-backups-in-two-minutes-windows-linux-and-osx/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
