标签:rsync

Linux

rsync: getcwd (): No such file or directory (2) 报错

logo 562 2021-11-23

rsync命令执行必须保证源目录、目标目录、当前目录$PWD 都存在 错误 在服务器上执行 rsync 同步两个目录中文件时报如下错误: [public@xxxx 31]$ rsync -zvr /test/shared/ /pre/shared/ rsync: getcwd(): No such file or ...

详情...