Ubuntu – How to control Dropbox sync programmatically

dropbox

I have Dropbox Nautilus sync running. I want to programmatically pause sync, then do something to the directory, and then resume sync again. Is there a way to pause and resume Dropbox Nautilus sync from the command line?

Best Answer

You can control the Dropbox daemon by using dropbox with the start and stop command. Type dropbox help to view the full list of available commands.