How can I get rsync to ignore missing files?
- by Joe Casadonte
I'm executing a command like the following to several different systems:
$ rsync -a -v foo@machine.company.com:'/path/to/first/*.log path/to/second.txt' /dest/folder/0007/.
Sometimes *.log does not exist, and that's OK, but rsync generates the following error:
receiving file list ... rsync: link_stat "/path/to/first/*.log" failed: No such file…