

From there, each Dropbox client connects to others on TCP port 17500, and they exchange data in some fashion. Heh.Įach Dropbox client should be sending a broadcast packet to 255.255.255.255 every few seconds, the content will identify that it's a Dropbox discovery packet. I have one machine left, I will try the latest 3.8.x build and see what happens, but it definitely won't be getting upgraded until the latter half of this week.Īwesome! It should "just work" then. I have reason to believe that 3.8.x would work in both cases, but I used the forum 3.9.x builds on the new machines, so I can't tell for certain. So while it's clunky, it does seem to work between a 3.8.x and 3.9.x. However, shutting down the Dropbox client and starting it again did seem to allow the LAN Sync checkbox to be enabled, and once this was done, and once it stuck (defined by checking it, closing preferences, going back in and finding it still checked) it worked, and it has stayed checked.

The biggest was that the LAN Sync checkbox was unchecked upon initial installation, and refused to stay checked. There may have been other machines with different subsets of the files (via shared folders) coming and going on the network throughout the process, but at least one machine stayed online and available the entire time. LAN Sync worked as the transfer speed on individual workstations greatly exceeded the data being transferred over the network as measured by the router. The new machines got the then-current 3.9.x (forum beta release), again with bandwidth limits removed. It has bandwidth limits removed, the the LAN Sync dropbox checked. I kept one machine on Dropbox 3.8.x (stable release), this machine was wired and was not upgraded.
#SYNC FOLDERS OVER NETWORK WINDOWS#
I did a couple fresh installs for Windows 10, this included synchronizing Dropbox to newly re-formatted machines. XD Exclude directories matching given names/paths.įor the list of flags, please refer to The Ultimate Guide to Robocopy.For whatever it's worth, I have had some success with LAN Sync recently. XF Exclude files matching given names/paths/wildcards. MON:1 Monitor source run again when more than 1 change seen. TEE Output to console window, as well as the log file. V Produce verbose output, showing skipped files. MT Do multi-threaded copies with 8 threads. FFT Assume FAT file times (2-second granularity). ZB Use restartable mode if access denied use backup mode. ".Sync*", ".Box Sync", "_private", and "Outlook Files").Īlso this repeats itself every minute and/or single change of file/folder.įLAGS /E Copy subdirectories, including empty ones. (exclude folders including files in these folders: "Rubbish", My command is like this ROBOCOPY "Source_Folder" "Destination_Folder" /E /ZB /XJ /XF "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*" /xd "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files" /FFT /MT /R:2 /W:5 /V /MON:1 /TEE To do the sync between two folders (incremental sync). I use the ROBOCOPY command and made a command line
