this post was submitted on 16 Apr 2024
42 points (95.7% liked)

Selfhosted

39151 readers
949 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Is there an easy way to do this? I suppose I could just copy the files manually but is there a better option? Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] skittlebrau@lemmy.world 3 points 4 months ago (1 children)

I went into Nextcloud expecting to have a terrible experience, especially with slow syncing speeds which seem to be a persistent complaint.

I was pleasantly surprised that syncing for my 3TB dataset which is a mix of documents, design work, photography, and videos, has worked just as quickly as Syncthing and Resilio Sync on local gigabit network.

I run Nextcloud AIO on TrueNAS SCALE in a systemd-nspawn container with ncdata bind mount from NVME and the rest of the data using External Storage plugin locally.

I only use Nextcloud for Memories (photo app), file syncing and file sharing, so my usage of it is relatively light.

[–] TCB13@lemmy.world 1 points 4 months ago (1 children)

has worked just as quickly as Syncthing

Ahaha you funny guy. Can you have a look at this? From what I've seen people either say NC works really well and very fast or that it is complete trash. I really wanted to make it work, and I regularly try the thing again to always end up with piles of javascript erros on my browser.

[–] skittlebrau@lemmy.world 2 points 4 months ago* (last edited 4 months ago) (1 children)

Did you try out Nextcloud AIO instead of setting it up manually?

I agree that NC has a lot of problems. It’s a good example of an application that tries to do everything and unsurprisingly doesn’t do many things truly well. With that said, I was surprised that NC AIO ran well for me despite the horror stories of NC I’d always read. I’ll keep using it for now, but I could easily switch back to using Resilio Sync, File Browser, and Photoprism.

My main problems with Syncthing is that there’s no official iOS client and that there’s no easy selective sync (Resilio can do this) - using ignorelists gets annoying if you’ve got a large folder structure and many files/folders that you selectively need to sync.

[–] TCB13@lemmy.world 1 points 4 months ago

Did you try out Nextcloud AIO instead of setting it up manually?

Yes, mostly the same.

I agree that NC has a lot of problems. It’s a good example of an application that tries to do everything and unsurprisingly doesn’t do many things truly well. With that said, I was surprised that NC AIO ran well for me despite the horror stories of NC I’d always read

I believe this is a problem of scale, once you get a lot of data and a couple of users things then to go downhill from there.

To make things better NC isn't polished at all and there's a lot of moving parts that break randomly at multiple times or at the same time.

My main problems with Syncthing is that there’s no official iOS client and that there’s no easy selective sync

This is kind of the problem with Syncthing for... everyone. What I do with iOS is to avoid syncs, have a central "server" where all your Syncthing devices sync to/from and access everything on iOS through WebDAV/SFTP or FileBrowser running on that server.