I am trying to set up an automated rsync task.
See screenshot for settings.
I get the following error when running it:
Code
Please wait, syncing </srv/dev-disk-by-uuid-bfe765fc-90f2-4315-9750-1d5468000bf9/arno/> to <root@10.10.10.200:/mnt/user/rsync-omv/arno> ...
Permission denied, please try again.
Received disconnect from 10.10.10.200 port 22:2: Too many authentication failures
Disconnected from 10.10.10.200 port 22
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(232) [sender=3.2.7]
ERROR: The synchronisation failed.
END OF LINE
█
When I run the rsync command from the command line, it works fine.
Code
root@openmediavault:/export# rsync -avP --delete /export/arno root@10.10.10.200:/mnt/user/rsync-omv/arno
(root@10.10.10.200) Password:
sending incremental file list
sent 118 bytes received 17 bytes 18,00 bytes/sec
total size is 0 speedup is 0,00
What is the difference between the task and the command line?
How can I realize it via the task page?