I'm using rsync to keep my working copies and backups synched. Basically I use a command line like rsync -avz /from_dir/ /to_dir to incrementally sync the contents of from_dir and to_dir. You can use a bash script / bat file to run that line. No servers or version control systems are needed for this. It simply synchs the…
I do this as well. It's also awesome for Modo since I can share my scripts and config between home and work. Anything I change instantly updates at the other location. So handy...
Again I will suggest AeroFS, It is a dropbox-like system that you install on your own computers. It has file history, selective sync etc... and best of all the space is limited by your own hardware. I mean the caveat is that your internet connection will be the bottleneck if you are off your network, but it still works. I…
Thanks everyone. I wasn't aware that dropbox had a lan sync option, since I already use that service for non-art related work, I might as well try it out first. But, it looks like people use all sorts of other options so keep the recommendations coming, it could help out others who have more specific file sync needs. And…