Nextcloud does not care about your permissions. You can try this by creating a file, doing chmod 777 on it and then syncing on another machine, it will be synced with 644. Synchronizing permissions "would be bad for security", if you track down the relevant bug report. Yes, this is stupid. Martin On Thu, Aug 29, 2024 at 6:49 PM Silvio Siefke <siefke_listen@web.de> wrote:
Hello,
I use Nextcloud to keep important files synchronised between my computers. This works without any problems, but the folder on the desktop is treated as 777 after every file change.
It affects all folders that are below Public/fr4, which is strange, it is kept in sync with a second machine and there (Public/he) this does not happen.
How can I find out why this is happening? Are there any possibilities here? It is not the future to use find . -type d -exec chmod 755 {} \;
Thank you. Silvio