I found a really nice free service called DropBox that syncs folders on multiple Macs to a Web server. It offers up 2Gb free and up to 100Gb at a cost. I love it. It syncs both ways.
What I’m wondering is if I can take advantage of a Web server I have (unlimited Gb @ ~$10/mo) to do a similar function. I’m not looking to get carried away, but it would be nice to have more capacity without further expense. I can connect through the Finder to my Web server, so I was thinking about setting up a hot folder on my Mac to sync to the server.
on adding folder items to thisFolder after receiving theFiles
repeat with thisFile in theFiles
tell application "Finder" to duplicate file thisFile to folder "server:Private:DropBox:" with replacing
end repeat
end adding folder items to
I stumbled upon this script for working with folder actions, but I’m wondering if something along these lines could be used to sync back and forth between the local folder and the one on the server. This might be something an app would be better suited to, like DropBox. I figured it’s worth a shot. Maybe I’ll tinker with DropBox and see if I can sync it to my server…
Model: 2006 MacBook 10.5.6, G5 dual 2.3 10.4.11
Browser: Firefox 3.0.10
Operating System: Mac OS X (10.5)