Windows Portable Sync Comparison
The Sync Problem
As chief resident, I work on my office computer during the day. Often I work on the same files at night by transporting them via usb stick. At home synchronizing my usb stick to my laptop is easy - I wrote an rsync script for that and can autorun it via a udev rule. I wanted a similar method on my work computer. I did not want a backup or copy of the files, I wanted true synchronization (add, modify, and delete bidirectional support).I looked at three different portable solutions that do not require installation or administrator privileges.
Dsynchronize
Toucan
Toucan by far had the most features and well-polished interface of the three I reviewed. At first I could not understand why it did not have a sync function but after reading the documentation online, "equalise" is essentially the same. Toucan sports some very nice backup options including encryption and file renaming based on variables like date and timestamp. As expected, modification and new file creation were no problem, but the "source" and "destination" model tripped up design (from my standpoint) by recreating deleted files on the destination side. So, while beautiful, a deal breaker.
Synkron