Tony
February 26, 2017, 4:47pm
23
Hi @corbin.stuard ,
Since we are still working on the improvements mentioned above, you can make use of the CLI to essentially “sync until done” on a specified folder.
Please take a look at these posts for more details:
Hi @gmreeg62610 ,
How far did it get? It is possible it started hitting exceptions that caused it to abort. This was discussed a bit in this thread here, which I think parallels what you may be hitting: Big Folder not syncing - The file doesn't exist
I think you are using OS X, so we can apply a similar tactic and use the CLI to essentially “download until done” using this command:
exec 6>&1;num_procs=4;output="go"; while [ "$output" ]; do output=$(find "$HOME/odrive/Dropbox" -name "*.cloud*" …
https://forum.odrive.com/t/odrive-not-syncing-automaticaly/871/14
You would need to adjust the path to the appropriate one on your system.