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

Linux

7782 readers
16 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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago

You're quite correct - not helpful at all.