Nextcloud: Difference between revisions

338 bytes removed ,  6 July 2023
Tag: Reverted
Tag: Manual revert
Line 93: Line 93:
</pre>
</pre>
}}
}}
==Performance Issues==
Thus far, I've only been able to get around 30 MB/s on upload speeds. 
Even on the same PC, I only get around 70 MB/s uploads. 
To get multiple terabytes of files in, you can rsync it directly to the data folder. Then chown to the proper user and request nextcloud do a scan: 
<pre>
occ files:scan $USER
</pre>