What I want to have (Target)
I have a folder on my Mac and I want to sync it to the root of my Nextcloud instance. So the folder is /Users/myuser/SyncFolder. In it is a someFile.md file. I want it in my nextcloud account in /someFile.md. All other files in that SyncFolder directory should work the same. If they change locally they should be updated in nextcloud and if they change in nextcloud, they should be updated locally (when I have internet access).
What I tried and the problem
So I thought I install the Desktop app as recommended by Nextcloud. I installed it via homebrew (brew install --cask nextcloud). It installed 34.0.1. But now I donât find the option to configure the target setup above. Under settings there is no option to select a local directory which I want to keep synced with a directory or root in nextcloud. If I click on the connected account it says âAll syncedâ, but where? I can click on âSync nowâ but it doesnât open an dialog or something. When I open the Finder, it shows me under âLocationsâ a new entry âNextcloudâ which shows me the content of my Nextcloud account, but I donât know where the folder is on my disc. How can I open it for example via the terminal? How can i use grep in that directory? Also the files seem to not be on my disc until I open them, so they are downloaded then, so itâs slow to interact with them. This would not work when being offline while traveling.
TL;DR:
How can I have a local directory, where all my files are synced to, so I have them offline available, accessible by all my software with the mac desktop client?