I have been using a script that uses curl to sync dropbox folders to a Raspberry Pi. Cron calls the script every hour to retrieve most of the folders.
Can anyone recommend a better solution, maybe one that checks if the folder has changed since the last sync.
I don't want to install the official dropbox app because it requires many dependencies and I'm running a very lightweight Arch distribution.