我正在尝试使用rsync在机器之间传输文件。但是,我的用户名类似于“ xyz / abc”,其中包含一个斜杠。
我尝试添加单引号或双引号或反斜杠,但没有用。如何在rsync命令中使用带'/'的用户名?
我的命令是
rsync -av src_file xyz/abc@remote_host::module
错误显示
rsync: link_stat "/root/xyz" failed: No such file or directory (2)
rsync: change_dir#3 "/root//xyz" failed: No such file or directory (2)
rsync error: errors selecting input/output files, dirs (code 3) at main.c(625) [Receiver=3.0.9]
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]