Sorry, if this topic is already exists, I couldn’t find any similar.
I use the latest Server (23.0.2) on linux (centos 7.9, php 8.0.15, Mariadb 10.3) and latest Mac OS client (3.4.2). I have an ftp as external storage and Nextcloud cannot detect change on the ftp. So I run a script every day to scan files:
sudo -u apache php /var/www/html/nextcloud/occ files:scan --path=…
I can live with that, no problem, but. Sincs 23.0 it always sync the whole ftp external storage on my Mac client. 20-30G every day for hours, but the change is usually only 0,5-1G data.
Can you help me, what changed? Is the problem at my side or with Nextcloud 23?
It worked with 22, but not with 23.0.0. and 23.0.2
I created a client logfile but I cannot find any error in it. Seems like normal, for exmaple for this file it finds the checksum, mtime is the same, still syncing
–all will rescan everything local and ftp as well and I don’t need that. That will be a lot of time. Under the --path there is only the ftp external storage.
I have used this daily ftp rescan WA since NC 19 I think, maybe later.
Yes my fault. If you have got only a few users, you can scan only the users. But I am afraid that the old entries from the FTP directory are not forgotten.
Read File access control. Maybe you can deny sync for special folders to clients.