Is there a way to add a “Upload Only” folder with the Desktop Client? I see only a 2-way-sync option. I dont want to sync the file, which are already existing at the server, to a client, only upload new files. I dont care about deletes.
The actual use case is, that i want to upload my Screenshots to a dedicated folder.
I don’t have any clue about the windows client. You may also try the FolderSync Desktop-Client. Myself don’t use it on Linux but Android. On Android it is possible to make one direction sync’s with Nextcloud-Server.
But i use for one direction sync’s rsync (ssh) as cronjob and a local WebDav-Mountpoint on my Nextcloud-Sever. This works fine with Public-Key-Authentification in a cronjob.
I have simply created a systemd path unit, which monitor my screenshot folder. If a new file is added, it triggers the service file, which start a rclone copy session, where only new files are uploaded to the nextcloud share. Quick and Dirty, but it seems to work.
BTW: FolderSync Pro at least on Android is really good. I haven’t ordered a license for Desktop yet. Maybe i do that later.