Ubuntu 14.04. Every time I turn on my computer, it always takes tens of minutes before Insync starts to actually sync files. The insync get_sync_progress
shows No syncing activities
, and the GUI shows a blue circle icon and No syncing activities
or No ongoing transfers
. The computer syncs data every day, so there are usually only dozens of files for syncing. How to speed up such initialization process?
EDIT:
I observed that when Insync actually starts sync’ing, the PROGRESS in the GUI shows there are tens of thousands of files waiting for sync’ing. Apparently, Insync spends a huge amount of time figuring out which files have to be updated. And most of the time when a file is processed, the GUI shows uploading/downloading 0.0 bytes of x.x bytes
. A simple conclusion is that those are the files in the folders already in the IGNORE LIST
, but Insync still processes each of them without uploading or downloading. This is really inefficient.
Why does not Insync just ignore the folders (not at the file level) directly in the first place, and not to examine the files one by one?