I have a huge dropbox business account, and I'd like to sync one "deep" folder on a linux client. This folder is deep in the folder hierarchy, so for example the folder: "folder 1/folder 2/folder 3" is the ONLY one I want downloaded to the linux client.
I tried: dropbox.py exclude add * ; dropbox.py exclude remove 'folder 1/folder 2/folder 3'
and various permutations of that, but I always still end up with:
dropbox.py exclude list
Excluded:
folder 1
What's the magical set of commands I need to issue to exclude everything - except one deep folder?
Or, do I need to create local paths for this deep folder on the client first?