vote up 4 vote down star
6

I'm using SyncToy 1.4 and it would be fine for what I need except that:

  • It can't handle the assigned drive letter changing between systems (e.g. syncing a USB drive),
  • it leaves its own (hidden) files in the folders being synched (is this a limitation of the OS/FS?),
  • it recreates empty folders for ones that have been deleted,
  • it syncs new sub folders in folders that have been unselected from syncing
  • and sometimes finds all the files have changed when they are still the same as they were.

SyncToy 2.0 is too slow to be usable. Especially when run again on a folder without any changes it will start from scratch scanning all the files and sub-folders for differences. I've tried BeyondCompare but out-of-the-box it didn't recognise a file had been renamed and would have created a duplicate file with the older name.

It has to be a solution without using Internet based storage, as this isn't always available and otherwise can be far too slow. I'd prefer something that doesn't add its own files to the folders to be synched, and something with which it's quick and easy to change file and folder synching selections. When run the less interactive the better, ideally safely synching multiple folder pairs with a couple of mouse clicks (as SyncToy does).

Do I have to use rsync and batch files? Something with a GUI for granny to use without difficulty, would be better.

Edit: Here's my criteria:

  1. There is no requirement for an Internet connection.

  2. It must not create it's own housekeeping files/folders in either source or target (maybe this has to be done because of a shortcoming of NTFS?)

  3. Test: Source folder with two none-empty sub-folders A and B. Move sub-folder B into sub-folder A, does it duplicate this in the target folder?

  4. Test: Rename a file in sub-folder A, does it duplicate this in the target folder?

  5. Can multiple folder pair syncs be done at the same time with only one or two mouse clicks?

  6. Does it have an option for previewing the changes it's about to make?

  7. Does it allow easy changing of source and/or target paths?

  8. It must be quick, (especially if re-scanning two folder trees with nothing changed).

  9. Test: Sync USB drive on PC 1 then copy files and folders from USB drive to PC 2, change folders and files on PC 2 (while those on PC 1 stay the same), sync USB drive on PC 2 and then re-sync the files and folders on PC 1 from the USB drive. Can it do this without any errors?

  10. Excluding installation, can granny use it comfortably?

flag

13 Answers

vote up 0 vote down

For unidirectional sync

There is a windows port of one of the best Unix sync tool (rsync):

There are installers, no Cygwin dependencies, no need for any internet connection,etc.

Rsync is very fast, lightweight and efficient, provided you take the time to learn to use it.

For bidirectional sync

The reference is Unisson. It's very easy to use and cross-platform since it runs with Java. But it's not lightening fast...

link|flag
Unison (note spelling) is not a Java application. It's a native binary compiled from OCaml source. – akaihola Nov 14 '08 at 11:48
yeah, you are right. My mistake. – e-satis Nov 17 '08 at 9:50
vote up 0 vote down

I use a distributed versioning control system called Mercurial for that. It is CLI but you can use a nice front-end for it like TortoiseHG.

link|flag
vote up 0 vote down

I'd vote for allway sync, links up my main machine with a portable HDD backup in no time.

I have a 60,000 file folder structure, it can spot a simple change (one changed .txt file plus corresponding new .bak) and synchronise in under a couple of minutes.

That seems pretty useable to me...

link|flag
vote up 1 vote down

Ms. Robocopy seems to answer all of your criterias.

Tons of options and really reliable.

Command line only, but it's trivial to make/download a gui

link|flag
Apparently there is a GUI version from from Microsoft Tech-Net. – Rob Kam Oct 31 '08 at 12:45
vote up 0 vote down

I used Unison for a long time. It's free, it's cross-platform and it uses the rsync-Protocol to transfer only deltas of changes over network connections. It's also very thorough in examining files for changes -- and because of that it's unfortunately not very fast (you can speed it up significantly if you let it use file modification times as inode-equivalents under windows).

However, unless you're willing to spend money on SyncBackSE (which I use now and highly recommend), I think you'll get quite far with Unison.

link|flag
vote up 3 vote down

Dropbox is absolutely awesome. It syncs automatically in the background, stores all files locally on every computer where you want to use the files, and centrally on a webserver. Files are sent encrypted, and it's free for up to 2GB of storage.

You mentioned that you don't want to use web-based storage, but I think this still fits the bill - you can access files when offline (since you've got a local copy) if you make changes while offline, then the changes will be synced with the server when you come online. Not sure how it handles conflicting revisions though.

Works on Windows, Linux and Macs.

link|flag
This is unsuitable. I need to sync files (e.g. between a laptop and a USB flash drive), when I don't have an Internet connection. Also there is a 350MB cap on files transferred through DropBox. – Rob Kam Oct 28 '08 at 8:30
vote up 0 vote down

You can also use a free version of SyncBack which is enough for syncing folders on different machines.

link|flag
vote up 0 vote down

Synkron

Here the list of features (you can find them on the website) :

  • Synchronise multiple folders
  • Tabs allow you to have more synchronisations running at once
  • Periodical synchronisations automatically sync your folders in selected intervals
  • Restore files, which were overwritten during the synchronisation
  • Add files and folders to black list to make sure they won't be synchronised in the future
  • Make schedules and backup using multisync

It's a free software that runs on Linux, Mac and Windows with a GUI wirtten in QT.

link|flag
vote up 0 vote down

Winmerge is the tool I prefer for this: it's openSource and quite useful.

WinmergeHomePage

link|flag
vote up 1 vote down

If I understand you correctly, you are using SyncToy to synchronize folder in different machines. This is not a good idea because SyncToy has not been implemented to do this; it is more of a back-up solution.

To synchronize folder between machines, you have two very good solutions that work great and do automatic synchronization.

The first one is Windows Live Mesh. Despite being a technology preview, it works great and it also allows you to remote into a machine added to your Mesh.

The other option is Windows Live FolderShare. It is in Beta and also works great. I will recommend this option for a simple reason: Windows Live Mesh is going to become a sharing platform for Microsoft, and FolderShare will be implemented on top of it, so FolderShare will be the application to use where Mesh will be the underlying platform. If you go with Mesh, at some point you will have to move to FolderShare, where if you use FolderShare you will be all set.

link|flag
These are unsuitable, both being based on having to have an Internet connection. – Rob Kam Oct 28 '08 at 8:34
vote up 4 vote down

SyncBackSE is a more robust solution that I use for daily backups to an external. It isn't free but its light, feature rich and intuitive.

http://www.2brightsparks.com/syncback/sbse.html

link|flag
syncback is my weapon of choice as well. – matt lohkamp Oct 22 '08 at 12:14
vote up 0 vote down

Justin Frankel (of Winamp Fame) wrote this

http://www.brothersoft.com/pathsync-64550.html

link|flag
vote up 3 vote down

http://allwaysync.com/ - and it's free

link|flag
I use this in a production environment to keep files and folders sync'd up from all of our production servers including all of the DB backups. I back them up to a centralized computer. The different syncs are run at different times. It also gives you the ability to rev your syncs. and it is FREE. – Scott and the Dev Team Oct 31 '08 at 11:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.