<?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: More on automated backups with Tiger using rsync</title>
	<atom:link href="http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/</link>
	<description>Notes from an unfinished world…</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:29:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Creation Robot &#187; iPodBackup - Automatic backups to an iPod on Mac OS X</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3086</link>
		<dc:creator>Creation Robot &#187; iPodBackup - Automatic backups to an iPod on Mac OS X</dc:creator>
		<pubDate>Wed, 24 Aug 2005 14:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3086</guid>
		<description>[...] A solution that others have found: www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html which has evolved into the following: www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-usin g-rsync/ [...]</description>
		<content:encoded><![CDATA[<p>[...] A solution that others have found: <a href="http://www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html" rel="nofollow">http://www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html</a> which has evolved into the following: <a href="http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-usin" rel="nofollow">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-usin</a> g-rsync/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3083</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Mon, 22 Aug 2005 18:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3083</guid>
		<description>I see. And you say that this very same rsync command works just fine when you try it directly in Terminal, right?

If so, I am afraid I don&#039;t really have any further suggestions… except maybe to try experimenting with folders with shorter paths and see if the command works then within an Apple Script script. For example, I would try to put a &quot;test&quot; folder in your home folder and then try a script with:

&lt;code&gt;do shell script “rsync -a –eahfs –delete /Volumes/TheLoraxG4PB-HD/Users/bbushman/test /Volumes/TheLoraxG4PB-HD/Library/WebServer/Documents 2&gt;&gt;~/rsyncErr.txt &#124;&#124; echo -n”&lt;/code&gt;

and see if that works. And then take it from there. There must be something in the folder paths themselves that is causing the problem.</description>
		<content:encoded><![CDATA[<p>I see. And you say that this very same rsync command works just fine when you try it directly in Terminal, right?</p>
<p>If so, I am afraid I don&#8217;t really have any further suggestions… except maybe to try experimenting with folders with shorter paths and see if the command works then within an Apple Script script. For example, I would try to put a &#8220;test&#8221; folder in your home folder and then try a script with:</p>
<p><code>do shell script “rsync -a –eahfs –delete /Volumes/TheLoraxG4PB-HD/Users/bbushman/test /Volumes/TheLoraxG4PB-HD/Library/WebServer/Documents 2&gt;&gt;~/rsyncErr.txt || echo -n”</code></p>
<p>and see if that works. And then take it from there. There must be something in the folder paths themselves that is causing the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbushman</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3082</link>
		<dc:creator>bbushman</dc:creator>
		<pubDate>Mon, 22 Aug 2005 18:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3082</guid>
		<description>Pierre:
Thank you for your thoughts and info... I think I got it working! Removed the function crap, but went back to my concatonated shell script, attaching a &quot;set result to do shell script...&quot;  And now no applescript error.

THEN: I was getting real errors in my RSync error file, which showed that I&#039;m missing some spaces in my concatonation.  Just fixed those, and VOILA! It copies, and it syncs.

Thanks again...</description>
		<content:encoded><![CDATA[<p>Pierre:<br />
Thank you for your thoughts and info&#8230; I think I got it working! Removed the function crap, but went back to my concatonated shell script, attaching a &#8220;set result to do shell script&#8230;&#8221;  And now no applescript error.</p>
<p>THEN: I was getting real errors in my RSync error file, which showed that I&#8217;m missing some spaces in my concatonation.  Just fixed those, and VOILA! It copies, and it syncs.</p>
<p>Thanks again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbushman</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3081</link>
		<dc:creator>bbushman</dc:creator>
		<pubDate>Mon, 22 Aug 2005 18:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3081</guid>
		<description>Pierre:
yeah, I checked which rsync, that part is correct.

I started with all one big script and then did the extra applescript to get it to work.  if I just run this:

do shell script
&quot;rsync -a --eahfs --delete /Volumes/TheLoraxG4PB-HD/Users/bbushman/DEV/brandsourcedev/website/trunk/src/cart /Volumes/TheLoraxG4PB-HD/Library/WebServer/Documents/brandsourcedev 2&gt;&gt;~/rsyncErr.txt &#124;&#124; echo -n&quot;

I get this applescript error, whether I run as scpt file from the menu, or from the &quot;run&quot; command in script editor, or as a .app file:
&quot;can&#039;t make current apllication into type string.&quot;

As far as my rsync error file: it&#039;s blank. :)</description>
		<content:encoded><![CDATA[<p>Pierre:<br />
yeah, I checked which rsync, that part is correct.</p>
<p>I started with all one big script and then did the extra applescript to get it to work.  if I just run this:</p>
<p>do shell script<br />
&#8220;rsync -a &#8211;eahfs &#8211;delete /Volumes/TheLoraxG4PB-HD/Users/bbushman/DEV/brandsourcedev/website/trunk/src/cart /Volumes/TheLoraxG4PB-HD/Library/WebServer/Documents/brandsourcedev 2&gt;&gt;~/rsyncErr.txt || echo -n&#8221;</p>
<p>I get this applescript error, whether I run as scpt file from the menu, or from the &#8220;run&#8221; command in script editor, or as a .app file:<br />
&#8220;can&#8217;t make current apllication into type string.&#8221;</p>
<p>As far as my rsync error file: it&#8217;s blank. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3080</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Mon, 22 Aug 2005 18:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3080</guid>
		<description>What&#039;s the error mentioned in the error file? Are you sure your rsync command is at the specified location (type &quot;&lt;code&gt;which rsync&lt;/code&gt;&quot; in Terminal to check)?

Also, do you really need to have the extra AppleScript code? Can you not just type out the full path of the source and the target in the &lt;code&gt;do shell script&lt;/code&gt; command itself and have an AppleScript script with a single line of code? It would make a very long line of code, but that doesn&#039;t really matter.</description>
		<content:encoded><![CDATA[<p>What&#8217;s the error mentioned in the error file? Are you sure your rsync command is at the specified location (type &#8220;<code>which rsync</code>&#8221; in Terminal to check)?</p>
<p>Also, do you really need to have the extra AppleScript code? Can you not just type out the full path of the source and the target in the <code>do shell script</code> command itself and have an AppleScript script with a single line of code? It would make a very long line of code, but that doesn&#8217;t really matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbushman</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3079</link>
		<dc:creator>bbushman</dc:creator>
		<pubDate>Mon, 22 Aug 2005 17:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3079</guid>
		<description>Pierre:
Got it to work by putting it within another function:
-------
set buildCart to &quot;TheLoraxG4PB-HD:Users:bbushman:DEV:brandsourcedev:website:trunk:src:cart&quot;
set siteCart to &quot;TheLoraxG4PB-HD:Library:WebServer:Documents:brandsourcedev&quot;

set mySrc to &quot;/Volumes/TheLoraxG4PB-HD&quot; &amp; the POSIX path of buildCart
set myTgt to &quot;/Volumes/TheLoraxG4PB-HD&quot; &amp; the POSIX path of siteCart

on MakeCopy()
return do shell script &quot;/usr/local/bin/rsync -a --eahfs &quot; &amp; mySrc &amp; myTgt &amp; &quot; 2&gt;&gt;~/rsyncErr.txt &#124;&#124; echo -n&quot;
end makeCopy
-----------------------
HOWEVER: now the rsync portion isn&#039;t working.  It makes my error file, so it&#039;s running it in some capacity, but nothing is getting copied.  Thoughts?</description>
		<content:encoded><![CDATA[<p>Pierre:<br />
Got it to work by putting it within another function:<br />
&#8212;&#8212;-<br />
set buildCart to &#8220;TheLoraxG4PB-HD:Users:bbushman:DEV:brandsourcedev:website:trunk:src:cart&#8221;<br />
set siteCart to &#8220;TheLoraxG4PB-HD:Library:WebServer:Documents:brandsourcedev&#8221;</p>
<p>set mySrc to &#8220;/Volumes/TheLoraxG4PB-HD&#8221; &amp; the POSIX path of buildCart<br />
set myTgt to &#8220;/Volumes/TheLoraxG4PB-HD&#8221; &amp; the POSIX path of siteCart</p>
<p>on MakeCopy()<br />
return do shell script &#8220;/usr/local/bin/rsync -a &#8211;eahfs &#8221; &amp; mySrc &amp; myTgt &amp; &#8221; 2&gt;&gt;~/rsyncErr.txt || echo -n&#8221;<br />
end makeCopy<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
HOWEVER: now the rsync portion isn&#8217;t working.  It makes my error file, so it&#8217;s running it in some capacity, but nothing is getting copied.  Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3078</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Mon, 22 Aug 2005 17:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3078</guid>
		<description>bbushman: I am no AppleScript expert myself. In what format did you save your script? I saved mine in AppleScript with the file format &quot;script&quot; (with extension &quot;&lt;code&gt;.scpt&lt;/code&gt;&quot;), and then selected that script from within the iCal event to run it every night.

My script definitely has no &quot;&lt;code&gt;tell&lt;/code&gt;&quot; command. It just contains a series of &quot;&lt;code&gt;do shell script&lt;/code&gt;&quot; commands, each one with a different rsync command for a specific folder.

Does this help at all?</description>
		<content:encoded><![CDATA[<p>bbushman: I am no AppleScript expert myself. In what format did you save your script? I saved mine in AppleScript with the file format &#8220;script&#8221; (with extension &#8220;<code>.scpt</code>&#8220;), and then selected that script from within the iCal event to run it every night.</p>
<p>My script definitely has no &#8220;<code>tell</code>&#8221; command. It just contains a series of &#8220;<code>do shell script</code>&#8221; commands, each one with a different rsync command for a specific folder.</p>
<p>Does this help at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbushman</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3077</link>
		<dc:creator>bbushman</dc:creator>
		<pubDate>Mon, 22 Aug 2005 15:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3077</guid>
		<description>Pierre:
Great information- thanks!  Could I bother you for some quick insight into running these rsync commands with an applescript?  I keep getting the following error when I try to run them: &quot;can&#039;t make current application into type string&quot;.  my event log in the script editor shows that it&#039;s trying to run it within a &quot;current application&quot; tell block, even though per the apple article I read, I tried to keep it out of one.  I&#039;m a total Applescript newbie, so I&#039;m sure I&#039;m doing something foolish here... any thoughts?

more info in my comments at Richard&#039;s original article:
http://www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html?page=2</description>
		<content:encoded><![CDATA[<p>Pierre:<br />
Great information- thanks!  Could I bother you for some quick insight into running these rsync commands with an applescript?  I keep getting the following error when I try to run them: &#8220;can&#8217;t make current application into type string&#8221;.  my event log in the script editor shows that it&#8217;s trying to run it within a &#8220;current application&#8221; tell block, even though per the apple article I read, I tried to keep it out of one.  I&#8217;m a total Applescript newbie, so I&#8217;m sure I&#8217;m doing something foolish here&#8230; any thoughts?</p>
<p>more info in my comments at Richard&#8217;s original article:<br />
<a href="http://www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html?page=2" rel="nofollow">http://www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html?page=2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3076</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Sun, 21 Aug 2005 20:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3076</guid>
		<description>Thanks for all the testing. Sounds like you&#039;ve narrowed down the problem. Using the built-in rsync command that comes with Tiger with &lt;code&gt;-a&lt;/code&gt; and &lt;code&gt;-E&lt;/code&gt; on files that include a resource fork results in backed up files with the wrong creation/modification date.

It&#039;s a pretty big bug, unless you have no files with resource forks. Many files from &quot;legacy&quot; Mac applications still use them. For example, BBEdit still uses the resource fork to store important information about its text files. 

If you are unsure whether your files to backup contain resource forks, your best bet is to replace the built-in rsync command with the one that comes with RsyncX, and modify the syntax of your rsync commands accordingly.

Thanks for your help, Jussi!</description>
		<content:encoded><![CDATA[<p>Thanks for all the testing. Sounds like you&#8217;ve narrowed down the problem. Using the built-in rsync command that comes with Tiger with <code>-a</code> and <code>-E</code> on files that include a resource fork results in backed up files with the wrong creation/modification date.</p>
<p>It&#8217;s a pretty big bug, unless you have no files with resource forks. Many files from &#8220;legacy&#8221; Mac applications still use them. For example, BBEdit still uses the resource fork to store important information about its text files. </p>
<p>If you are unsure whether your files to backup contain resource forks, your best bet is to replace the built-in rsync command with the one that comes with RsyncX, and modify the syntax of your rsync commands accordingly.</p>
<p>Thanks for your help, Jussi!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jussi</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3075</link>
		<dc:creator>Jussi</dc:creator>
		<pubDate>Sun, 21 Aug 2005 19:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3075</guid>
		<description>OK. I read the O&#039;Reilly page&#039;s comments properly and I tested it myself with a small directory. I can duplicate the behaviour when -a and -E are specified &lt;em&gt;and&lt;/em&gt; the copied file has a resource fork. Most of my files do not have it so I did not see this problem earlier. Files without resource fork seem to be transferred perfectly.</description>
		<content:encoded><![CDATA[<p>OK. I read the O&#8217;Reilly page&#8217;s comments properly and I tested it myself with a small directory. I can duplicate the behaviour when -a and -E are specified <em>and</em> the copied file has a resource fork. Most of my files do not have it so I did not see this problem earlier. Files without resource fork seem to be transferred perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3074</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Sun, 21 Aug 2005 18:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3074</guid>
		<description>According to the feedback on the O&#039;Reilly page, the bug is a direct result of the combination of &lt;code&gt;-E&lt;/code&gt; and &lt;code&gt;-a&lt;/code&gt;, so it sounds like you &lt;strong&gt;should&lt;/strong&gt; be experiencing the bug. I can definitely tell you that I experienced it myself with the &lt;code&gt;-aE&lt;/code&gt; options</description>
		<content:encoded><![CDATA[<p>According to the feedback on the O&#8217;Reilly page, the bug is a direct result of the combination of <code>-E</code> and <code>-a</code>, so it sounds like you <strong>should</strong> be experiencing the bug. I can definitely tell you that I experienced it myself with the <code>-aE</code> options</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jussi</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3073</link>
		<dc:creator>Jussi</dc:creator>
		<pubDate>Sun, 21 Aug 2005 18:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3073</guid>
		<description>The flag --extended-attributes is same as -E so it is not the cause. But  it&#039;s nice to know there are alternatives to the version provided by Apple.

Looking at the manpage it actually seems that some of the flags I&#039;m using are duplicates that are already set by --archive (-a). Well, perhaps I had better not to touch my command so that I won&#039;t be bitten by the bug.</description>
		<content:encoded><![CDATA[<p>The flag &#8211;extended-attributes is same as -E so it is not the cause. But  it&#8217;s nice to know there are alternatives to the version provided by Apple.</p>
<p>Looking at the manpage it actually seems that some of the flags I&#8217;m using are duplicates that are already set by &#8211;archive (-a). Well, perhaps I had better not to touch my command so that I won&#8217;t be bitten by the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3072</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Sun, 21 Aug 2005 17:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3072</guid>
		<description>Looks like it might be the &quot;&lt;code&gt;extended-attributes&lt;/code&gt;&quot; bit. See the &lt;a href=&quot;http://www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html?page=last#thread&quot; rel=&quot;nofollow&quot;&gt;discussion on the O&#039;Reilly article&lt;/a&gt; for more details.</description>
		<content:encoded><![CDATA[<p>Looks like it might be the &#8220;<code>extended-attributes</code>&#8221; bit. See the <a href="http://www.macdevcenter.com/pub/a/mac/2005/07/22/backup.html?page=last#thread" rel="nofollow">discussion on the O&#8217;Reilly article</a> for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jussi</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3071</link>
		<dc:creator>Jussi</dc:creator>
		<pubDate>Sun, 21 Aug 2005 14:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3071</guid>
		<description>I&#039;m using the builtin rsync like this:

&lt;code&gt;
rsync --perms --group --owner --delete --archive --extended-attributes ~ /path/to/backup/Users/
&lt;/code&gt;

and according to ls and finder the modification dates are same in both my homedir and backup volume (for items I have not changed after my backup, previously done on 15th of August) For example:

&lt;code&gt;
$ ls -l /Volumes/Backup/BACKUP/Agnus/Users/hagi/gui_osx.c_tmp 
-rw-r--r--   1 hagi  hagi  140163 Jun 16 04:32 /Volumes/Backup/BACKUP/Agnus/Users/hagi/gui_osx.c_tmp
pB:~/webkit hagi
$ ls -l ../gui_osx.c_tmp 
-rw-r--r--   1 hagi  hagi  140163 Jun 16 04:32 ../gui_osx.c_tmp
&lt;/code&gt;

But sure I&#039;ve not tested it very well, it could be that some of the swiches I&#039;m using accidentally triggers the correct behaviour. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the builtin rsync like this:</p>
<p><code><br />
rsync --perms --group --owner --delete --archive --extended-attributes ~ /path/to/backup/Users/<br />
</code></p>
<p>and according to ls and finder the modification dates are same in both my homedir and backup volume (for items I have not changed after my backup, previously done on 15th of August) For example:</p>
<p><code><br />
$ ls -l /Volumes/Backup/BACKUP/Agnus/Users/hagi/gui_osx.c_tmp<br />
-rw-r--r--   1 hagi  hagi  140163 Jun 16 04:32 /Volumes/Backup/BACKUP/Agnus/Users/hagi/gui_osx.c_tmp<br />
pB:~/webkit hagi<br />
$ ls -l ../gui_osx.c_tmp<br />
-rw-r--r--   1 hagi  hagi  140163 Jun 16 04:32 ../gui_osx.c_tmp<br />
</code></p>
<p>But sure I&#8217;ve not tested it very well, it could be that some of the swiches I&#8217;m using accidentally triggers the correct behaviour. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/comment-page-1/#comment-3070</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Sun, 21 Aug 2005 14:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2005/08/18/more-on-automated-backups-with-tiger-using-rsync/#comment-3070</guid>
		<description>I am seeing this with the built-in rsync command when using it this way:

&lt;code&gt;rsync -aE --delete ~ /Volumes/Files/FilesBackup 2&gt;&gt;~/rsyncErr.txt &#124;&#124; echo -n&lt;/code&gt;

(as an example). Since the author of the O&#039;Reilly confirmed the problem, I am guessing I am not the only one :). Besides, Apple has since responded to my bug report saying that it was a duplicate of a known issue.

The wrong dates can be seen in the Finder with the Get Information window or in the Preview column in the Finder.</description>
		<content:encoded><![CDATA[<p>I am seeing this with the built-in rsync command when using it this way:</p>
<p><code>rsync -aE --delete ~ /Volumes/Files/FilesBackup 2&gt;&gt;~/rsyncErr.txt || echo -n</code></p>
<p>(as an example). Since the author of the O&#8217;Reilly confirmed the problem, I am guessing I am not the only one :). Besides, Apple has since responded to my bug report saying that it was a duplicate of a known issue.</p>
<p>The wrong dates can be seen in the Finder with the Get Information window or in the Preview column in the Finder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

