Nextcloud How to upload 1TB file

Hi

Nextcloud 30
Webserver is Apache
PHP 8.2
OS Ubutnu 22.04

I want to know how configure my nextcloud to upload 1 TB to 2 TB file (Single file) or multiple files that make such size. Can someone tell me all steps like how to configure nextcloud, php and apache to accept such sizes

Sorry to say it like this, but the best way is using one of the clients (adroid app, iOS app, Linux/windows/mac desktop app).

In principle, I personally do not consider data volumes of 1 TB to be suitable. It also seems to me that it could be a backup archive, for example. Nextcloud is neither a good backup service nor are huge backup archives useful.

Describe what you want to achieve.

Not sure how much you have looked into it. In principle for large file uploads, there is:
https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html

There you can perhaps try to figure out on your system what you can reliably upload.
Furthermore, there is chunking of files possible in the desktop client:
https://docs.nextcloud.com/desktop/3.2/advancedusage.html?highlight=chunk

But there is an API that you could directly use:
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/chunking.html

Check out the bug tracker as well, there are a few topic, e.g. for the performance:

With that, you can try to discover the limits. However, you might end up that Nextcloud is not the best solution. For transfer speeds, syncthing might be a good open source solution, or just some rsync-like transfer through ssh.

I wouldn’t waste too much time trying to figure it out in this case, but skip it right away and not upload the huge files with Nextcloud. Unless you enjoy experimenting of course.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.