<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help my sync my folders</title>
	<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders/</link>
	<description>Comments on Ask MetaFilter post Help my sync my folders</description>
	<pubDate>Wed, 09 Aug 2006 14:10:35 -0800</pubDate>
	<lastBuildDate>Wed, 09 Aug 2006 14:10:35 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help my sync my folders</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders</link>	
		<description>I spend an increasingly large amount of time in FTP client. Is there any way to set up a simple FTP sync script on OS X? I want to edit a file on my machine, hit save and it gets automatically uploaded to the relevant place on my FTP server(s). &lt;br /&gt;&lt;br /&gt; If the upload doesn&apos;t work, it puts it in a queue for later upload. So, if the connection drops or you are at 30,000 feet, it will upload it later. Basically, make it so that I can remove another step from the whole process. Similarly, if you delete something, or move something, it should do so on the server. Basically, the server does everything that happens on my machine. And, preferably, it shouldn&apos;t cost anything.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.44048</guid>
		<pubDate>Wed, 09 Aug 2006 14:07:48 -0800</pubDate>
		<dc:creator>tommorris</dc:creator>
		
			<category>ftp</category>
		
			<category>osx</category>
		
			<category>software</category>
		
	</item> <item>
		<title>By: RustyBrooks</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675615</link>	
		<description>I think you&apos;d be better off with something like &quot;rsync&quot;, which is intended to work with ssh instead of ftp.  I use it for stuff like this all the time.  For example, I sync my mp3s from home to work like this:&lt;br&gt;
&lt;br&gt;
rsync --exclude=__Styles --bwlimit=20 -avP &quot;home.example.com:/mp3/&quot; ./music/&lt;br&gt;
&lt;br&gt;
This excludes the directory &quot;__Styles&quot; because it&apos;s really just a collection of links, limits the bandwidth to 20K/s (optional, I do this so I don&apos;t kill the connection here at work).&lt;br&gt;
&lt;br&gt;
It&apos;s free, and it may be available on your OSX installation already (I don&apos;t know much about OSX).  It&apos;s unix-ish so if it&apos;s not there already it can probably be downloaded or built.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675615</guid>
		<pubDate>Wed, 09 Aug 2006 14:10:35 -0800</pubDate>
		<dc:creator>RustyBrooks</dc:creator>
	</item><item>
		<title>By: RustyBrooks</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675618</link>	
		<description>Oh, and rsync is quite smart, smart enough to only transfer files that are new, to tranfer a file again if it failed the first time, etc.  It also works on local-to-local copies, so it&apos;s a nice way to keep, say, two directories on a drive in sync, or sync between, say, a thumb drive and a hard drive.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675618</guid>
		<pubDate>Wed, 09 Aug 2006 14:11:47 -0800</pubDate>
		<dc:creator>RustyBrooks</dc:creator>
	</item><item>
		<title>By: mikeh</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675643</link>	
		<description>If you don&apos;t want to script something or find unix-ish stuff too arcane, &lt;a href=&quot;http://www.panic.com/transmit/&quot;&gt;Transmit&lt;/a&gt; has some synchronization functionality as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675643</guid>
		<pubDate>Wed, 09 Aug 2006 14:27:38 -0800</pubDate>
		<dc:creator>mikeh</dc:creator>
	</item><item>
		<title>By: splatta</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675645</link>	
		<description>Seconding rsync.  If you want, you can set up a cron (scheduled task) to run the rsync command every five minutes or so.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675645</guid>
		<pubDate>Wed, 09 Aug 2006 14:28:03 -0800</pubDate>
		<dc:creator>splatta</dc:creator>
	</item><item>
		<title>By: WCityMike</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675647</link>	
		<description>&lt;a href=&quot;http://panic.com/transmit/&quot;&gt;Transmit&lt;/a&gt;&apos;s &quot;Edit With &lt;i&gt;[application]&lt;/i&gt;&quot; feature may fulfill what you&apos;re looking for; although it does cost money, it&apos;s one of the better apps I&apos;ve owned and one of the better developers I&apos;ve seen.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675647</guid>
		<pubDate>Wed, 09 Aug 2006 14:28:51 -0800</pubDate>
		<dc:creator>WCityMike</dc:creator>
	</item><item>
		<title>By: kindall</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675675</link>	
		<description>What you want is an &lt;a href=&quot;http://www.interarchy.com/main/&quot;&gt;Interarchy&lt;/a&gt; &quot;FTP disk.&quot; It maintains a local mirror of your site and automatically synchronizes it with the remote site (both ways).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675675</guid>
		<pubDate>Wed, 09 Aug 2006 14:50:52 -0800</pubDate>
		<dc:creator>kindall</dc:creator>
	</item><item>
		<title>By: AmbroseChapel</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675826</link>	
		<description>Transmit&apos;s &quot;edit with&quot; doesn&apos;t quite fullfil the requirement of catching up with failed downloads later. Interarchy has this feature too but again all you&apos;ll get is an error message.&lt;br&gt;
&lt;br&gt;
I third rsync. It&apos;s easy to install on Mac OS X -- depending on version, it may already be installed -- and with cron you can just have it run every five minutes or something. And &lt;a href=&quot;http://www.abstracture.de/projects-en/cronnix&quot;&gt;CronniX &lt;/a&gt;is a nice Mac GUI for Cron.&lt;br&gt;
&lt;br&gt;
If you can&apos;t get the rsync syntax, just ask here and we&apos;ll help you.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;kindall&lt;/strong&gt;, can you explain to me exactly &lt;em&gt;when &lt;/em&gt; an FTP Disk updates/syncs itself? I couldn&apos;t quite get it. It seemed to be &quot;when it feels like it&quot;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675826</guid>
		<pubDate>Wed, 09 Aug 2006 16:56:18 -0800</pubDate>
		<dc:creator>AmbroseChapel</dc:creator>
	</item><item>
		<title>By: drmarcj</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#675972</link>	
		<description>I will third the vote for Transmit: it was worth my money, and I&apos;m a total cheapskate. A free alternative to Transmit is &lt;a href=&quot;http://rsug.itd.umich.edu/software/fugu/&quot;&gt;Fugu&lt;/a&gt;. It will let you edit a remote file using a local editor. I believe it will only do text files though, and it isn&apos;t as flexible with respect to what editor you can use.  Also, note I think that it will only do SCP/SFTP, not regular old FTP.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-675972</guid>
		<pubDate>Wed, 09 Aug 2006 19:32:34 -0800</pubDate>
		<dc:creator>drmarcj</dc:creator>
	</item><item>
		<title>By: RobotAdam</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#676074</link>	
		<description>A second free alternative (and in my opinion, better than Fugu) is &lt;a href=&quot;http://cyberduck.ch/&quot;&gt;Cyberduck&lt;/a&gt;. Find the file you want, hit edit and use one of the nicer OS X editors (SubEthaEdit, TextMate, etc.), and save connects directly to upload. For this connection to work it has to use the OS X bindings, so VIM and Emacs are out, unfortunately.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-676074</guid>
		<pubDate>Wed, 09 Aug 2006 21:35:58 -0800</pubDate>
		<dc:creator>RobotAdam</dc:creator>
	</item><item>
		<title>By: kindall</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#676082</link>	
		<description>&lt;i&gt; kindall, can you explain to me exactly when an FTP Disk updates/syncs itself?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
A few seconds after you modify a file in the local repository, plus once an hour or so to pick up changes to the remote site.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-676082</guid>
		<pubDate>Wed, 09 Aug 2006 21:48:22 -0800</pubDate>
		<dc:creator>kindall</dc:creator>
	</item><item>
		<title>By: kirkaracha</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#676380</link>	
		<description>&lt;a href=&quot;http://www.egg-tech.com/mac_backup/&quot;&gt;How to Backup Your Mac With rsync&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://archive.macosxlabs.org/rsyncx/rsyncx.html&quot;&gt;rsnycx&lt;/a&gt; is a GUI for rsnyc</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-676380</guid>
		<pubDate>Thu, 10 Aug 2006 07:26:59 -0800</pubDate>
		<dc:creator>kirkaracha</dc:creator>
	</item><item>
		<title>By: jxpx777</title>
		<link>http://ask.metafilter.com/44048/Help-my-sync-my-folders#676414</link>	
		<description>&lt;a href=&quot;http://www.macosxhints.com/article.php?story=20050304003134620&amp;query=better%2Bidisk%2Bsync&quot;&gt;This hint&lt;/a&gt; over at MacOSXHints has an Applescript solution for this exact problem using Transmit and a local disk image. Like others have said here, you can add a cron job (Second recommendation for Cronnix. Fantastic one trick pony.) to do the sync in case a connection isn&apos;t available on edit. Scroll down the hint and modify the script as necessary to set up a Folder Action for your local copy for more automatic synching.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.44048-676414</guid>
		<pubDate>Thu, 10 Aug 2006 07:55:36 -0800</pubDate>
		<dc:creator>jxpx777</dc:creator>
	</item>
	</channel>
</rss>
