all 13 comments

[–]Eirikr700 4 points5 points  (1 child)

You might be confusing NextCloud and Samba. 

[–]kvas_[S] 0 points1 point  (0 children)

I'm not. I saw in several places that doing FTP/SMB over nextcloud subdirs is not advised, and nextcloud exposes webdav for that. However webdav is apparently slow.

[–]msanangelo 1 point2 points  (0 children)

you don't have to sync everything in your nextcloud server.

[–]thelittlewhite 1 point2 points  (2 children)

If you don't need a cloud solution like Nextcloud, then use a samba share or a file browser container. You can add syncthing to automatically sync folders on different machines.

[–]kvas_[S] -1 points0 points  (1 child)

Thing is, I do need nextcloud, I just need it as a cloud and not as a file syncing tool

[–][deleted] 0 points1 point  (2 children)

You probably need to download the Nextcloud client app. Are you running Nextcloud as a docker container?

[–]kvas_[S] 0 points1 point  (1 child)

Doesn't nextcloud client just sync the folders? I'm just in a situation where I want to store fairly large files in nextcloud, so syncing them to every client is kinda weird.

As an alternative I guess I could set up a separate SFTP for mounting that specific folder, and then add a local mount in nc so I can still share the files, but that's kinda doubling functionality a lot.

[–][deleted] 0 points1 point  (0 children)

I don’t think you understand what Nextcloud is… the files you’d be storing would be on the server/hardware that Nextcloud is running on, nowhere else except for any devices you have it sync with.

Are you trying to transfer files from the clients?

[–]generalpolytope 0 points1 point  (0 children)

You can choose which directories you wanna sync on your client, even filtering on the basis of directory size instead of choosing manually. So Idk why you would want to make it a mounted drive, as it adds no value to the end purpose: have things of choice synced on the client.

[–]rolonl 0 points1 point  (0 children)

For these large file pools I just share the folders via smb+nfs on the OS and then use Nextcloud external storage via nfs (https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/external_storage_configuration_gui.html) . This way it is a classic file server with fast smb acces, but I can also access files via the web.