Tagged Questions
2
votes
0answers
216 views
Best way to download dropbox folders to raspberry Pi
I'm trying to sync some folders to raspberry Pi.
For now, I have a script that gets the dropbox folders using curl that runs every so often using cron (once every hour for most of the folders).
I'm ...