Recently I’ve configured all my servers with Nextcloud. I’ve enabled External Storage support and I’ve added folders from each server.
My question is - how exactly does sharing files between external storages work? If I copy a file from one external storage to another external storage using Nextcloud client, what happens?
like:
- it loads the file from the externalStorage1 on the client disk (loading it to be accessible) and then uploading the file to the externalStorage2? (so it goes externalStorage1 → Nextcloud Client → externalStorage2)
- it doesn’t load the file it on the client but passes it through Nextcloud server? (so it goes externalStorage1 → Nextcloud server → externalStorage2)
- it doesn’t load it at all nowhere? (so it goes externalStorage1 → externalStorage2)
- or maybe full combination? (so it goes externalStorage1 → Nextcloud server → Nextcloud client → Nextcloud server → ExternalStorage2)
what happens if I copy file from a server web ui?
would be nice to know this, it would help be to configure this setup the most optimized way