Our local fileserver shall pull files from our webserver once a day and the only option i found for that, is rsync. Authentication is a public key and building up the connection seems to work, as I get a message
sending incremental file list
But then I get this message:
rsync: change_dir "user@85.236.x.x/subdomain.domain.de" failed: No such file or directory (2)
I tried also "user@85.236.x.x/domain.de/subdomain.domain.de", but that didn't work either. How do I have to add the subdomain, that the files get found and how do I have to add a special folder, because that will be the later task?