I’m brand new to Linux, running Mint on an old laptop to get a few more years out of it. I can install things via CLI, but I prefer GUI if available.

I’m looking for a cloud syncing option for some files I want to access across multiple devices. I don’t need a lot of space. I’m not skilled enough to host things somewhere myself, I want just a consumer cloud solution.

I have a Box account, but there’s not a native Box sync app for Linux. I’ve seen ExpanDrive claims to offer Box syncing, but I’m hesitant to pay or give it access to my account without knowing more about it. If it truly works and is secure, I don’t mind paying.

Otherwise, what have been your best experiences with cloud hosting and syncing on Linux?

Thanks everyone! I’ve been having a lot of fun with my little Linux machine, I’m just bummed I didn’t try this sooner.

  • LoveSausage@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 months ago

    Nextcloud as already mentioned.

    I got a 1tb lifetime deal on internxt , but very basic options. ( Securitywise really good though) Syncthing to sync between units for small stuff.

    • lemmy_user_838586@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      +1 for Syncthing, I use it a lot. However anyone have any methods of 1-way sync? I’d like to backup camera photos from my phone with it but not have a 2-way sync so I can delete the pictures off my phone, and not have it deleted on my server. At one point I found a discussion with the developers about this exact use case and if I remember right, they were kind or in the camp of ‘that use case extends beyond what we envision for the app and would introduce more complexities, so we’re not a big fan of introducing that feature.’

  • AzureCerulean@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    hwittenborn/celeste: Celeste is a GUI file synchronization client that can connect to virtually any cloud provider.

    Backed by rclone, giving you a reliable and battle-tested way to sync your files anywhere Written with GTK4 and Libadwaita, giving Celeste a native look and feel on your desktop Written in Rust, making Celeste blazingly fast to use

    https://github.com/hwittenborn/celeste

  • electric_nan@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    Rclone. You can set it up to work with most/all commercial cloud storage providers. Basically a little bit of configuring in the terminal, and you get the storage mounted like a network drive. You can even add in a layer of encryption. For awhile I had my media server using google drive this way as storage for like 10TB of TV/movies!

  • Krafty Kactus@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    If all the devices are going to be on the same network most of the time you could go with Syncthing. It’s pretty simple to set up syncing folders between multiple devices.