<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Rsync, RsyncX 2.1 &amp; OS X</title>
	<atom:link href="http://www.goland.org/rsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goland.org/rsync/</link>
	<description>Technology, Politics, Food, Finance, etc.</description>
	<lastBuildDate>Mon, 23 Jan 2012 17:37:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-344641</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:51:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-344641</guid>
		<description>Actually I mistyped, I meant Crashplan not Jungledisk. I only want my backup bytes on drives I directly control.</description>
		<content:encoded><![CDATA[<p>Actually I mistyped, I meant Crashplan not Jungledisk. I only want my backup bytes on drives I directly control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-344594</link>
		<dc:creator>Mads</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:48:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-344594</guid>
		<description>Thanks for your promt reply.

Your answer to 3 is interesting. I use iPhoto. and this app is copying pictures from a folder called original to modified if the picture is modified. Wonder how rsync deals with different pictures with the same filename? 

I have actually been thinking to upgrade to Leopard to get Timemachine. My Synology NAS has Timemachine functionality, but it would be nice to have a test environment to work with it in order to see how it fits my needs. And ultimately have a backup before I do it. 

Just for info: My NAS is then daily backing up to Amazon S3 online storage. This was very easy to setup in the NAS. Which is a setup I am very happy about. But getting a consistent easy backup from the mac to the NAS seems a bit cumbersome. 

I have tried iBackup, Backuplist+, SyncSyncSync (or something the like) but I do not believe I am there yet. Looking forward to hear about your conclusion of the current evaluation of CCC and Jungledisk.</description>
		<content:encoded><![CDATA[<p>Thanks for your promt reply.</p>
<p>Your answer to 3 is interesting. I use iPhoto. and this app is copying pictures from a folder called original to modified if the picture is modified. Wonder how rsync deals with different pictures with the same filename? </p>
<p>I have actually been thinking to upgrade to Leopard to get Timemachine. My Synology NAS has Timemachine functionality, but it would be nice to have a test environment to work with it in order to see how it fits my needs. And ultimately have a backup before I do it. </p>
<p>Just for info: My NAS is then daily backing up to Amazon S3 online storage. This was very easy to setup in the NAS. Which is a setup I am very happy about. But getting a consistent easy backup from the mac to the NAS seems a bit cumbersome. </p>
<p>I have tried iBackup, Backuplist+, SyncSyncSync (or something the like) but I do not believe I am there yet. Looking forward to hear about your conclusion of the current evaluation of CCC and Jungledisk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-344593</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:00:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-344593</guid>
		<description>It&#039;s not so much a question of wanting to help you as being able to help you. If you notice the date on the article it&#039;s from 2004. I eventually gave up on using Rsync not because of any flaws in Rsync but because I constantly found myself having to make little tweaks to keep everything running (that&#039;s why I wrote the article in the first place, to remind myself what to do) that I just didn&#039;t have time for. 

Currently I use Time Machine but that doesn&#039;t work at all well for me since I use File Vault (which means my personal files only get backed up when I log out and I don&#039;t get any of the restore capabilities). Your timing is actually interesting because right now I&#039;m trying to evaluate a new set up. My current leaning is to use something like Carbon Copy Cloner to do occasionally full bootable backups and use Jungledisk to do local incremental (encrypted) backups of key files.

1) I vaguely remember this problem and equally vaguely remember that you could just disable the script, but it would always show up. It&#039;s a bug in RsyncX. I don&#039;t think RsyncX is even supported any more, not officially anyways.

2) I don&#039;t remember that happening so I don&#039;t have anything useful to say.

3) No, you won&#039;t have to do a full backup. What&#039;s actually happening is that each of the incremental directories is linked to the same file instances (when the files haven&#039;t changed). So when the 25th backup is completed (again, I&#039;m doing this from old memories) it will be linked to all the files that were in the system. Only then will the 1st backup folder be deleted. Any files that existed in the 1st backup folder and no where else (e.g. aren&#039;t linked to any of the other backup folders) will be deleted but all the other files will be left alone. So once you get Rsync running you shouldn&#039;t have to do anything. It will automatically maintain each and every file needed to make sure each and every backup is 100% complete. The real trick is that because it uses linking to the files if two or more folders contain the same file (e.g. the file didn&#039;t change over the backups) then only one physical instance of the file (with two or more file system links) exist on the drive.

4) The backups aren&#039;t done by RsyncX. They are done by Rsync. RsyncX is just a GUI that sits on top of Rsync. When you set up the CRON jobs that is what will cause Rsync to run. So once the CRON jobs (as described in the article) are running you shouldn&#039;t have to do anything else.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not so much a question of wanting to help you as being able to help you. If you notice the date on the article it&#8217;s from 2004. I eventually gave up on using Rsync not because of any flaws in Rsync but because I constantly found myself having to make little tweaks to keep everything running (that&#8217;s why I wrote the article in the first place, to remind myself what to do) that I just didn&#8217;t have time for. </p>
<p>Currently I use Time Machine but that doesn&#8217;t work at all well for me since I use File Vault (which means my personal files only get backed up when I log out and I don&#8217;t get any of the restore capabilities). Your timing is actually interesting because right now I&#8217;m trying to evaluate a new set up. My current leaning is to use something like Carbon Copy Cloner to do occasionally full bootable backups and use Jungledisk to do local incremental (encrypted) backups of key files.</p>
<p>1) I vaguely remember this problem and equally vaguely remember that you could just disable the script, but it would always show up. It&#8217;s a bug in RsyncX. I don&#8217;t think RsyncX is even supported any more, not officially anyways.</p>
<p>2) I don&#8217;t remember that happening so I don&#8217;t have anything useful to say.</p>
<p>3) No, you won&#8217;t have to do a full backup. What&#8217;s actually happening is that each of the incremental directories is linked to the same file instances (when the files haven&#8217;t changed). So when the 25th backup is completed (again, I&#8217;m doing this from old memories) it will be linked to all the files that were in the system. Only then will the 1st backup folder be deleted. Any files that existed in the 1st backup folder and no where else (e.g. aren&#8217;t linked to any of the other backup folders) will be deleted but all the other files will be left alone. So once you get Rsync running you shouldn&#8217;t have to do anything. It will automatically maintain each and every file needed to make sure each and every backup is 100% complete. The real trick is that because it uses linking to the files if two or more folders contain the same file (e.g. the file didn&#8217;t change over the backups) then only one physical instance of the file (with two or more file system links) exist on the drive.</p>
<p>4) The backups aren&#8217;t done by RsyncX. They are done by Rsync. RsyncX is just a GUI that sits on top of Rsync. When you set up the CRON jobs that is what will cause Rsync to run. So once the CRON jobs (as described in the article) are running you shouldn&#8217;t have to do anything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-344579</link>
		<dc:creator>Mads</dc:creator>
		<pubDate>Mon, 19 Jul 2010 09:19:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-344579</guid>
		<description>Hi 

I rally appreciate this outline. I have as well been all over to find a free well working backup solution. I have setup an incremental backup of my local mac (users) to my NAS, which is mounted on startup. Fully as described in your beginning section before remote... I have 4 Q&#039;s that I hope you can help with?

1) in the RsyncX scheduler window I have modified and add&#039;ed acording your description but I cannot delete the wrong script. Do you know about this and what to do?

2) I am constantly prompted for admin PW, can this be turned of? Or stored in RsyncX somewhere. 

3) Doing Incremental backup say daily 24 times before overwriting the first one made. Will I then on day 25 have a full backup of my users folder, as the first one made will be, or will I only have the changes from day 24 to 25. Meaning that I will have to schedule a full copy of users every 24 day in a seccond script?

4) Does RsyncX need to be started upon each reboot in order for the schedule to work or will it work even though the application is not running? 

I hope you are willing to help me out. 

Thanks
Mads</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I rally appreciate this outline. I have as well been all over to find a free well working backup solution. I have setup an incremental backup of my local mac (users) to my NAS, which is mounted on startup. Fully as described in your beginning section before remote&#8230; I have 4 Q&#8217;s that I hope you can help with?</p>
<p>1) in the RsyncX scheduler window I have modified and add&#8217;ed acording your description but I cannot delete the wrong script. Do you know about this and what to do?</p>
<p>2) I am constantly prompted for admin PW, can this be turned of? Or stored in RsyncX somewhere. </p>
<p>3) Doing Incremental backup say daily 24 times before overwriting the first one made. Will I then on day 25 have a full backup of my users folder, as the first one made will be, or will I only have the changes from day 24 to 25. Meaning that I will have to schedule a full copy of users every 24 day in a seccond script?</p>
<p>4) Does RsyncX need to be started upon each reboot in order for the schedule to work or will it work even though the application is not running? </p>
<p>I hope you are willing to help me out. </p>
<p>Thanks<br />
Mads</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pw</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-850</link>
		<dc:creator>Pw</dc:creator>
		<pubDate>Wed, 29 Jun 2005 11:27:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-850</guid>
		<description>I&#039;ve tried 3-4 different ways of creating these public/private keys but I&#039;m still getting prompted for passwords.  Have looked at debugging and it seems to be offering the keys ok but still no luck.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried 3-4 different ways of creating these public/private keys but I&#8217;m still getting prompted for passwords.  Have looked at debugging and it seems to be offering the keys ok but still no luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaron</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-818</link>
		<dc:creator>Yaron</dc:creator>
		<pubDate>Fri, 10 Jun 2005 12:18:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-818</guid>
		<description>&lt;br/&gt;Gert, I do agree that RSyncX is pretty nifty and once you do have it set up it runs like a champ. I don&#039;t worry at all about my backups because RSyncX does the job in spades, both for my local and across-the-network backups. Furthermore I&#039;m really glad I can contribute back to the community by providing my article with step by step instructions. But, oy gevald, do you know how many hours it took me to figure out everything in that article and how many more to write it up in enough detail so that other people could skip my pain? Now that I&#039;ve paid the price I&#039;m a happy RSyncX user, but I really wish I could have skipped the pain all together.</description>
		<content:encoded><![CDATA[<p>Gert, I do agree that RSyncX is pretty nifty and once you do have it set up it runs like a champ. I don&#39;t worry at all about my backups because RSyncX does the job in spades, both for my local and across-the-network backups. Furthermore I&#39;m really glad I can contribute back to the community by providing my article with step by step instructions. But, oy gevald, do you know how many hours it took me to figure out everything in that article and how many more to write it up in enough detail so that other people could skip my pain? Now that I&#39;ve paid the price I&#39;m a happy RSyncX user, but I really wish I could have skipped the pain all together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gert Veltink</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-817</link>
		<dc:creator>Gert Veltink</dc:creator>
		<pubDate>Fri, 10 Jun 2005 07:21:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-817</guid>
		<description>&lt;br/&gt;mail: veltink_AT_plymonster.com (remove nster)&lt;br/&gt;&lt;br/&gt;Hi,&lt;br/&gt;&lt;br/&gt;thanks for your description of RSyncX. &lt;br/&gt;&lt;br/&gt;It&#039;s not entirely true that buying software would have been a better solution, at least not for me!&lt;br/&gt;&lt;br/&gt;I already started using RsyncX myself even though I own a copy of Retrospect that came with my Maxtor OneTouch. At least that version of Retrospect does not allow you to make a backup over a network, which is a KO ctiterion for me. I don&#039;t know whether another version of Retrospect will allow network backups or whether you have to buy extensions to this software.&lt;br/&gt;&lt;br/&gt;Nevertheless, I decided to stay away from Retrospect completely in part because I find the user experience &quot;strange&quot; and non-Mac like, which always makes me very cautious. But what really founded my decision is the user experience I got for the latest Retrospect version under Windows XP on my DELL M60. UNUSABLE! The application doesn&#039;t even paint its GUI correctly. So there I had to fall back to earlier version that&#039;s halfway decent.  &lt;br/&gt;&lt;br/&gt;I think RSyncX may be difficult to set up, but once you have it running it&#039;s a very nice tool.&lt;br/&gt;&lt;br/&gt;Thanks for your decription once again!&lt;br/&gt;&lt;br/&gt;Regards,&lt;br/&gt;&lt;br/&gt;Gert</description>
		<content:encoded><![CDATA[<p>mail: veltink_AT_plymonster.com (remove nster)</p>
<p>Hi,</p>
<p>thanks for your description of RSyncX. </p>
<p>It&#39;s not entirely true that buying software would have been a better solution, at least not for me!</p>
<p>I already started using RsyncX myself even though I own a copy of Retrospect that came with my Maxtor OneTouch. At least that version of Retrospect does not allow you to make a backup over a network, which is a KO ctiterion for me. I don&#39;t know whether another version of Retrospect will allow network backups or whether you have to buy extensions to this software.</p>
<p>Nevertheless, I decided to stay away from Retrospect completely in part because I find the user experience &#8220;strange&#8221; and non-Mac like, which always makes me very cautious. But what really founded my decision is the user experience I got for the latest Retrospect version under Windows XP on my DELL M60. UNUSABLE! The application doesn&#39;t even paint its GUI correctly. So there I had to fall back to earlier version that&#39;s halfway decent.  </p>
<p>I think RSyncX may be difficult to set up, but once you have it running it&#39;s a very nice tool.</p>
<p>Thanks for your decription once again!</p>
<p>Regards,</p>
<p>Gert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Huffman</title>
		<link>http://www.goland.org/rsync/comment-page-1/#comment-819</link>
		<dc:creator>Allen Huffman</dc:creator>
		<pubDate>Sun, 13 Mar 2005 01:02:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-819</guid>
		<description>&lt;br/&gt;Thanks for this information! I&#039;ve been using a ditto script I found on macosxhints.com a long time ago, but went searching for something a bit more flexible. This looks like a winner (but I&#039;d buy a backup package that could do what I want if I knew which one did that ;).  -- Allen</description>
		<content:encoded><![CDATA[<p>Thanks for this information! I&#39;ve been using a ditto script I found on macosxhints.com a long time ago, but went searching for something a bit more flexible. This looks like a winner (but I&#39;d buy a backup package that could do what I want if I knew which one did that ;).  &#8212; Allen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

