Nextcloud version: Nextcloud All in One latest on Docker Desktop
Operating system and version: Windows Server 2022
I have a secondary drive on my server with the letter L: as my C drive is is very small, so I want to have all my nextcloud data on it. Therefore, I used the following commands to create my nextcloud instalation:
It all works fine, except one little detail, if I go to my Nextcloud datadir (L:\Docker\Nextcloud_data) and place files for one user on file explorer, nextcloud does not know they are there, is there any way to fix that?
Sorry if my english is bad, it is not my first languaje
Is L:\Docker\Nextcloud_data being synchronised with your server? or is it just YOUR shortcut to a mounted drive inWindows.
Not being an expert in anything, I’ll wager that any contribution of files to Nextcloud have to be accompanied by an SQL instruction to the database that keeps track of file locations
My thinking is: If you’re adding files directly to a folder that is either on a Windows share to directory on your server or doing it via Windows Explorer, then Nextcloud server is not getting enough information to store this correctly. Still, being new to this, I don’t know if Nextcloud has a sort of ‘garbage’ collection method that could pick up on such data…
Confused? Me too…
English is not my first language either… Keep on chooglin’
Well, the L: drive is just a second drive on my server, and I tryed adding files from an SMB share of that drive and directly on my server’s file explorer but either way it did not work, but just as mentioned by [szaimen] it was matter of just using a command for nextcloud to detect the new files on that folder