Other posts related to windows

An Update on Unison

jason| March 31, 2008 12:15 pm

Since writing the post on synchronizing with Unison, I’ve gotten quite a bit of use out of my synchronized drive. (I call mine the MDrive; I know–creative.) I’ve also come up with a few more tweaks to make Unison hum.

Show me more… »

Synchronize a Folder Across Machines Over the Internet–Mac, PC, Whatever

jason| February 27, 2008 1:52 pm

Here is a useful HowTo for anyone who needs to keep files in sync between PCs. There are many commercial solutions out there (iDrive et al.) that facilitate this, but those can be expensive and often limit space to a few gigabytes at most. This solution allows you to synchronize as much as you need and keep costs down. It is also relatively easy to implement across multiple platforms and operating systems. Here are the basic ingredients of this design:

  1. A publicly accessible machine, always connected to the Internet, that you can access via ssh. This can be a web host that allows ssh access or a machine of your own hooked up to the Internet with a static IP or dynamic DNS.
  2. Unison. Don’t worry about this one. It’s a free rsync-like tool that supports bidirectional edits and can be downloaded for free.
  3. Some time and patience. This method isn’t exactly for the faint of heart–but no worries, walk through step by step and you’ll get there.

If it looks like you can handle those three, read on for the details.

Show me more… »