Programmatically sync dropbox without daemon running

Posted by user84207 on Ask Ubuntu See other posts from Ask Ubuntu or by user84207
Published on 2013-09-25T10:49:19Z Indexed on 2013/11/12 22:04 UTC
Read the original article Hit count: 240

Filed under:
|
|

I would like to 'manually' force dropbox to sync at certain times (eg at regular, daily intervals using cron, as part of a larger backup script). My goal is to substitute the dropbox daemon with single "sync" command invocations at only the times that I control.

Looking at the documentation for the dropbox command on Ubuntu, I only see a way to start/stop the daemon, but not to force it to sync.

Is there a lower level api available that can accomplish this?

© Ask Ubuntu or respective owner

Related posts about sync

Related posts about cron