[질문] rsync 데이터 백업에 대한 질문 입니다. (ssh 인증키 사용 부분)

똘군의 이미지

rsync -avz -e ssh xxx.xxx.xxx.xxx:1/ /back/1

Enter passphrase for key '/home/test/.ssh/id_rsa':

[Warning: No xauth data; using fake authentication data for X11 forwarding. receiving file list ... link_stat 1/. : No such file or directory done
client: nothing to do: perhaps you need to specify some filenames or the --recursive option? rsync error: partial transfer (code 23) at main.c(594)]

다음 부분에서 빨간부분이 의미하는 것은 무엇일까요?
해당 부분을 해결하신분이나 이 부분이 무엇을 의미하는지 아시는분은 알려주셨으면 감사하겠습니다..;;