Hello to all! In general, there is Ubuntu Server, where I upload files. Rsync is also installed and configured. There is an Ubuntu client where I sync files from the server.
I enter the command on the client:
rsync -urlogt --delete-after user@192.168.56.10:/home/user/public_html /testsite/upload /home/user/Рабочий\ стол/ asks for a password and everything is synchronized.
Next, create a file with the password /etc/rsyncd.scrt
Then when you enter the command:
rsync -urlogt --delete-after --password-file=/etc/rsyncd.scrt user@192.168.56.10:/home/user/public_html/testsite/upload /home/user/Рабочий\ стол/backup displays a message
accessing an rsync daemon
How to solve this problem?