<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/21315/Synchronizing_Any_Two_Machines_Using_rsync</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 30 Nov 2009 08:13:50 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>There are some nice / simple GUI apps...</title>
			<link>http://osnews.com/thread?358740</link>
			<guid isPermaLink="true">http://osnews.com/thread?358740</guid>
			<description>...for both Windows and OSX that use RSYNC...<br />
<br />
DeltaCopy (Windows) - <a href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp" rel="nofollow">http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp</a> <br />
<br />
Carbon Copy Cloner (OSX) - <a href="http://www.bombich.com/software/ccc.html" rel="nofollow">http://www.bombich.com/software/ccc.html</a><br />
<br />
Mike Bombich's site also includes a tutorial on doing remote backups of OSX using RSYNC.</description>
			<pubDate>Wed, 15 Apr 2009 22:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (mrhasbean)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Unison</title>
			<link>http://osnews.com/thread?358742</link>
			<guid isPermaLink="true">http://osnews.com/thread?358742</guid>
			<description>For laptop-desktop synchronization where you might change different things on each computer, I like Unison:<br />
<a href="http://www.cis.upenn.edu/~bcpierce/unison/" rel="nofollow">http://www.cis.upenn.edu/~bcpierce/unison/</a><br />
<br />
(It's cross-platform, open source, with Windows, gtk2, and Mac OS X GUIs.)</description>
			<pubDate>Wed, 15 Apr 2009 23:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (cristoper)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: There are some nice / simple GUI apps...</title>
			<link>http://osnews.com/thread?358753</link>
			<guid isPermaLink="true">http://osnews.com/thread?358753</guid>
			<description>Carbon Copy Cloner uses rsync? That's cool - I've used it for 2 or 3 years and didn't realize that.</description>
			<pubDate>Thu, 16 Apr 2009 00:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (StephenBeDoper)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>rsnapshot</title>
			<link>http://osnews.com/thread?358783</link>
			<guid isPermaLink="true">http://osnews.com/thread?358783</guid>
			<description>For backing up my laptop to my external hard disk, haven't found a better tool than rsnapshot:<br />
  <br />
  <a href="http://rsnapshot.org/" rel="nofollow">http://rsnapshot.org/</a><br />
  <br />
  I just run it in my cron.  Unlike the other rsync-related tools the author mentions, it is mature, well-maintained and gives access to all the underlying rsync options if you so choose.Edited 2009-04-16 04:01 UTC</description>
			<pubDate>Thu, 16 Apr 2009 03:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (Hypnos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Passwordless + Secure rsync</title>
			<link>http://osnews.com/thread?358801</link>
			<guid isPermaLink="true">http://osnews.com/thread?358801</guid>
			<description>If you are interested in using automated (i.e : passwordless) rsync backup while keeping it fairly secured, you might be interested in the following :<br />
<br />
 <a href="http://www.sakana.fr/blog/2008/05/07/securing-automated-rsync-over-ssh/" rel="nofollow">http://www.sakana.fr/blog/2008/05/07/securing-automated-rsync-over-...</a>  <br />
<br />
so that you can make your own 1-click backup or, even better, schedule it through cron (unix/linux) or Scheduled Tasks (Windows).<br />
<br />
Of course you can't use rsync alone to do your backups (for one thing, you once synchronized, you won't be able to have a previous version of a file, for example if it got corrupted).<br />
<br />
The following article provides a way to get this feature and some more by using rsync + a Solaris 10 machine as the backup server :<br />
<br />
 <a href="http://www.sakana.fr/blog/2008/07/05/backups-a-personnal-implementation/" rel="nofollow">http://www.sakana.fr/blog/2008/07/05/backups-a-personnal-implementa...</a></description>
			<pubDate>Thu, 16 Apr 2009 07:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (killermouse0)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Passwordless + Secure rsync</title>
			<link>http://osnews.com/thread?358806</link>
			<guid isPermaLink="true">http://osnews.com/thread?358806</guid>
			<description>It is easy to set up rsnapshot (see my comment above) to use ssh transport.<br />
<br />
A page specifically about this topic:<br />
<br />
<a href="http://troy.jdmz.net/rsnapshot/" rel="nofollow">http://troy.jdmz.net/rsnapshot/</a><br />
<br />
Using rsnapshot is much more convenient than using rsync alone.</description>
			<pubDate>Thu, 16 Apr 2009 08:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Hypnos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Backups with rsync + zfs</title>
			<link>http://osnews.com/thread?358818</link>
			<guid isPermaLink="true">http://osnews.com/thread?358818</guid>
			<description>As someone else pointed out rsync alone is usually not good enough. The really interesting solution is when you combine rsync with open solaris zfs. For more details see <a href="http://milek.blogspot.com/2009/02/backup-tool.html" rel="nofollow">http://milek.blogspot.com/2009/02/backup-tool.html</a> Edited 2009-04-16 10:08 UTC</description>
			<pubDate>Thu, 16 Apr 2009 10:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (milek)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Unison</title>
			<link>http://osnews.com/thread?358825</link>
			<guid isPermaLink="true">http://osnews.com/thread?358825</guid>
			<description>Unison is an excellent program; I simply couldn't be without it.  Rsync is great for one-way stuff like backups, but when you are working on two machines regularly (not just one of them) then Unison comes into its own and is extremely helpful.<br />
<br />
If you use a central server as one of the endpoints in the Unison synchronisation, you can synchronise &gt;2 machines.</description>
			<pubDate>Thu, 16 Apr 2009 11:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (matatk)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>gadmintools.org</title>
			<link>http://osnews.com/thread?358838</link>
			<guid isPermaLink="true">http://osnews.com/thread?358838</guid>
			<description><a href="http://gadmintools.flippedweb.com/index.php?option=com_content&amp;task=view&amp;id=51&amp;Itemid=38" rel="nofollow">http://gadmintools.flippedweb.com/index.php?option=com_content&amp;...</a> <br />
<br />
Gadmin-rsync looks nice too.  I haven't tried it yet but looks like it could be a decent GUI rsync tool.</description>
			<pubDate>Thu, 16 Apr 2009 13:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Calipso)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>System clocks?</title>
			<link>http://osnews.com/thread?358853</link>
			<guid isPermaLink="true">http://osnews.com/thread?358853</guid>
			<description>I'm going to guess that the system clocks on the two systems should be set correctly.  Most people take NTP for granted, but I've run into more than a few problems with Linux being unable to update the hardware clock and that causing various problems.</description>
			<pubDate>Thu, 16 Apr 2009 15:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (theosib)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>The problem...</title>
			<link>http://osnews.com/thread?358877</link>
			<guid isPermaLink="true">http://osnews.com/thread?358877</guid>
			<description>The problem I have with rsync is that it doesn't preserve all file attributes when pulling a backup from a linux to a windows machine.<br />
Well, creating a tar archive on the linux machine and just pulling that one over rsync helps, but that's not a very good solution, any suggestions?</description>
			<pubDate>Thu, 16 Apr 2009 17:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (xnoreq)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The problem...</title>
			<link>http://osnews.com/thread?358903</link>
			<guid isPermaLink="true">http://osnews.com/thread?358903</guid>
			<description>rsnapshot, pci-sata adaptor, for some reason<br />
seems quicker than ide (master  ) &gt; ide (slave) <br />
with rsnapshot.<br />
...........<br />
the post above I am replying to though, &quot;windows&quot;,<br />
you may consider the shareware Bootit.  I use it<br />
for image backup (it does BATCH!) of fat32 and<br />
freebsd partitions. I also use it to format<br />
a FS to &quot;freebsd&quot; (it is in the dropdown menu if<br />
one knows beforehand) before installing so so when<br />
the somewhat arcane freebsd installer operates, I know<br />
precisely where to install.   Slightly costly (35$) but<br />
way easy.  Initially bought it in the 1990's when <br />
knowledgable persons raved about it in Usenet.</description>
			<pubDate>Thu, 16 Apr 2009 21:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (J-freebsd_98)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: The problem...</title>
			<link>http://osnews.com/thread?359418</link>
			<guid isPermaLink="true">http://osnews.com/thread?359418</guid>
			<description><div class="cquote">rsnapshot, pci-sata adaptor, for some reason<br />
seems quicker than ide (master  ) &amp;gt; ide (slave) <br />
with rsnapshot. </div><br />
<br />
Well, duh!  Only a single device can be active on an IDE channel at a time.  So you read data from the master to a buffer, then write to the slave.  It's a half-duplex operation.  It'll always be faster to use two separate IDE channels (read from primary master, stream directly to secondary master), or any two separate I/O channels.</description>
			<pubDate>Mon, 20 Apr 2009 05:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoenix)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
