Guys:
I would like to use the Dropbox CLI to perform “Selective Sync” on a sub-directory, $HOME/Dropbox/level1/level2. The following are my sample commands in Linux:
dropbox exclude add $HOME/Dropbox/*
dropbox exclude remove $HOME/Dropbox/level1/level2
However, the second command does not work. If I change it to “dropbox exclude remove $HOME/Dropbox/level1”, it will work. Looks like the command only works under directory, $HOME/Dropbox, it will not go down to next level of sub-directories. Could you shine some light on this?
Thanks!
Yi