M
MarCoMLXXV
Guest
I'm trying to find a way to sync my Dropbox folder to an USB 3.0 drive connected to my router. I'm mostly using Linux and as the Linux Dropbox client has several issues since the last update around two years ago, and Dropbox doesn't seem to intend to fix the (rather simple) issues, I was looking for a cli solution (and use Dropbox as a network share mounted on my several devices through sftp). There are several fixes, but haven't found one that actually stays working, so I'm somewhat fed up with Dropbox by now. Tried to install the Dropbox daemon (the non-gui version, just solely the daemon and the python script to control it), which should work, as I have Python 2 .7.x installed, but it fails at line 1 after every single attempt.
So I started looking for a different solution and found rclone in the entware-ng packages repository. However, after I installed it successfully, and entered
as described here, it returns
Looks like it's assuming it's not being ran at an ARMv7 architecture, but as my router is an RT-AC68U (rev E1) with an ARMv7l cpu , that's seems like a wrong assumption. Did some searching on the forum as well on the net, but could not find any one with similar issues.
Any suggestions? A working alternative to sync Dropbox to my router's external drive will do fine too.
So I started looking for a different solution and found rclone in the entware-ng packages repository. However, after I installed it successfully, and entered
Code:
rclone config
as described here, it returns
Code:
marco@router:/tmp/home/root# rclone config
runtime: this CPU has no floating point hardware, so it cannot run
this GOARM=7 binary. Recompile using GOARM=5.
Looks like it's assuming it's not being ran at an ARMv7 architecture, but as my router is an RT-AC68U (rev E1) with an ARMv7l cpu , that's seems like a wrong assumption. Did some searching on the forum as well on the net, but could not find any one with similar issues.
Any suggestions? A working alternative to sync Dropbox to my router's external drive will do fine too.