this post was submitted on 19 Nov 2023
7 points (88.9% liked)

Linux

7641 readers
240 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

I am absolutely sick of Windoze and I'm trying out Linux Mint for my work computer. This has been a bit of a learning curve but I have almost everything working the way I want... but the sticking point is my company uses Dropbox for all file sharing and repository.

I first naively installed Dropbox from the Software Installer but that tried to sync the entire company (many TBs) to my computer. It seems there is no Smart Sync option.

Next I installed Rclone and logged in using that, but it seems to be completely command line based which is absolutely useless. There is no way I'm going to sit here typing out full directory paths and file names every time I need to access something (which is always). I then installed RcloneBrowser, and later the Rclone web GUI, however they BOTH skip the parent folder and put me directly one level down, which is also useless.

Ok I know what you're thinking. I need to create an alias, right? So I did, and my config file now has the lines

[DB]

type = alias

remote = Dropbox:/

but this makes no difference in the web GUI or RcloneBrowser! The frustrating thing is if I use the command line the results I get are:

rclone lsd Dropbox:/ parent directory. Good so far...

rclone lsd DB: parent directory! Yay! So why doesn't this work on either GUI???

If I can't get this to work then I will have to get rid of Linux unfortunately. I can see in many forums I am not the first to have massive issues with Dropbox, but it seems the alias approach works for everyone else. What am I doing wrong?

all 14 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 9 months ago* (last edited 9 months ago) (1 children)

Rclone can mount remotes to your local filesystem. mkdir -p $HOME/mymount && rclone mount dropbox:/ $HOME/mymount, and now you can use mymount, as any regular directory.

[–] [email protected] 3 points 9 months ago (1 children)

Dropbox has a smart sync option in Linux.

I’m in Linux mint and installed Linux from the terminal.

In the task bar, I can right click on Dropbox and pull up the settings in there, there is a smart sync option.

[–] [email protected] 0 points 9 months ago (3 children)

"Installed Linux from the terminal" Can you expand on that a bit please?

[–] [email protected] 2 points 9 months ago

Siri just woke up. I meant Dropbox.

[–] [email protected] 3 points 9 months ago

Next I installed Rclone and logged in using that, but it seems to be completely command line based which is absolutely useless. There is no way I’m going to sit here typing out full directory paths and file names every time I need to access something (which is always).

I don't know what file browser you particularly like using. I haven't used Dropbox (or Mint, for that matter), but it looks like there are various file browsers that have Dropbox support out there.

If you're using the Cinnamon desktop version of Mint, it looks like the default file browser is called "nemo". Mint appears to have a package with nemo Dropbox integration called "nemo-dropbox".

[–] [email protected] 0 points 9 months ago (2 children)

I don't have an answer for you, unfortunately, but I'm just gonna say that using Dropbox as a company's primary file store is one of the signs of apocalypse or something. I'd consider quitting just for that xD

I know that's not helpful 🤷

[–] [email protected] 2 points 9 months ago

You're quite correct - not helpful at all.

[–] [email protected] 1 points 9 months ago (1 children)

looks

Hmm. Their protocol apparently doesn't use end-to-end encryption, which doesn't sound good. Yeah, I think that if I trusted an external party to host my files, I'd want to retain control over the keys.

Is that what you were referring to, or to something else?

[–] [email protected] 2 points 9 months ago

I was mostly being snarky, but their security is mediocre and their user experience is meh. But I'm also in software where revision control systems are A Thing™ so I'm probably biased