dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

Long-running sync #112

Open errordeveloper opened 5 years ago

errordeveloper commented 5 years ago

I would like to run Dropbox client on my home fileserver in a container. I can use the current official client, but it comes with a number of dependencies (Python, Qt, ...etc) and I'd prefer to use a more lightweight version.

errordeveloper commented 5 years ago

53 is related, but from what I can tell it's about one-off sync command.

errordeveloper commented 5 years ago

Another reason I would prefer to use this instead of the official desktop client is that I would be able to compile it for Arm devices or any other architecture really.