Sync to cloud stalls

Hi @ben1,
To see the number of files and folders we are talking about you can run these two commands from a terminal session:
For files:
find "/Users/bstout/odrive/Encryptor/encrypt/ben" -type f | wc -l

For folders:
find "/Users/bstout/odrive/Encryptor/encrypt/ben" -type d | wc -l

This will tell us how much data we are talking about.

Unfortunately, the problem may be related to the symlinking, especially since it is to a network volume. We do not officially support symlinking like this. Here is a post on some of the reasons why:

I understand why you set it up this way, however. We do not support “sync to odrive” for Encryption yet, which makes what you are doing not possible using odrive officially supported methods. Our next version of encryption is slated to have this feature, though.

Is your main use case encrypted backup of your NAS to Amazon Drive?