0

I'm looking for a file synchronization utility. Currently I'm using SyncToy, which works well most of the time. But on large large folders it get awkwardly slow.

There should be a file share (NAS) and multiple computers synchronize with it. Like a Windows Server.

So this are my requirements:

  • Should be reliable
  • Support of large files (~ 5GB)
  • Support of many files (~200.000)
  • Scheduleable background synchronization
  • File Share (NAS) support
  • Deletion support
  • No server required
  • Must work on windows. Linux and Mac support would be nice.

Could someone point me to a tool?

  • 1
    I'm assuming this is on windows, right? Suggest you edit your question to make this clear, and/or add appropriate tags. – Phil Hollenback Jul 27 '11 at 18:41
  • What does 'VPN support' mean? If you have access to the network resource, then the tool should work. Or are you expecting the application to have a built-in VPN system. – Zoredache Jul 27 '11 at 19:19
  • Synctoy does fit many of those requirements. You should explicitly list speed in your list of requirements. Also please tell us about what 'large folders' means to you. Is that folders with a large number of files, or folders with a few files that are very large? – Zoredache Jul 27 '11 at 19:21
  • See also https://superuser.com/questions/69514/windows-alternative-to-rsync – Vadzim Sep 17 '18 at 14:22

3 Answers3

0

good pointers in this discussion, although your question is not targeted for backup, we do use rsync for synchronization, although initial setup is little bit of work: Why hasn't rsync caught on in the Windows world?

Raj J
  • 677
  • 4
  • 7
0

Have you tried Richcopy, one of the latest incarnation of xcopy from Microsoft?

Jmarki
  • 226
  • 2
  • 3
0

There is robocopy that comes with windows which does a good job then other one I have used is called Unison and it works on all platforms. The one nice thing you can do with this is set it up so it will automatically sync files that get updated. It can only do it between two locations but have a read though the doco and it will explain better than I can what its limitations is.

http://www.cis.upenn.edu/~bcpierce/unison/index.html

enterzero
  • 453
  • 6
  • 15