Update filecache table via command line or manualy

Hello Community,

I often sync my nextcloud folder outside the web UI or any nextcloud client.
I use for example rsync via SSH. The problem is when I copy/upload the files, they are not displayed in the Web UI or
the Netxcloud Client in windows or my mobile phone.
I think it seems that the new copied files are not present in the database.
Is there a way to insert the new files to the database WITHOUT a full scan (occ files:scan --verbose --all) .

Best regards
Tobias Reineck

You can give paramters like the folder and/or the user: Using the occ command — Nextcloud latest Administration Manual latest documentation

For such purposes, there are external storage folders. The data-folder is supposed to be exculsive to Nextcloud and could potentially create problems.