Hi, i'm trying to install dropbox in a raspberry pi 4 with raspbian lite (no X installed).
The architecture (armhf) seems to not be supported (only debian, fedora, ubuntu with x86 32/64),
I would like to use dropbox daemon to automatically sync my files using typical .dropbox-dist, as i do in other machines (ubuntu mainly). Is this possible on a raspberry pi ?
I don't know if python projects could launch background jobs to sync files or if those tools are intended to be used on demand (download this, upload another thing, etc.). I tried pip3 install dropbox, as well as, apt-get install python3-dropbox. Not sure if they are same thing, and how to use.
I have seen some projects like "github.com/andreafabrizi/Dropbox-Uploader.git" or "ExaGear Desktop", but this seems to miss that "dropbox daemon flavor" and i don't want X server (i prefer raspbian lite).
Which would be the best approach ?