여러 다른 시스템에 다음과 같은 명령을 실행하고 있습니다.
$ rsync -a -v foo@machine.company.com:'/path/to/first/*.log path/to/second.txt' /dest/folder/0007/.
때때로 * .log가 존재하지 않고 정상이지만 rsync는 다음 오류를 생성합니다.
receiving file list ... rsync: link_stat "/path/to/first/*.log" failed: No such file or directory (2)
done
그것을 억제하는 방법이 있습니까? 내가 생각할 수있는 유일한 방법은 include 및 exclude 필터를 사용하는 것입니다.이 필터는 PITA처럼 보입니다. 감사!