rsync problem: No such file or directory

Hi

I'm using a shell script to copy my backup files to a NAS. I do this since more then a year with about 15 servers. Now I tried to use the same shell script on a new server but I get the following error message:

rsync: link_stat "/backup/cpbackup/daily/." failed: No such file or directory (2)

The path /backup/cpbackup/daily/ is existing, and if I run the rsync command in the shell, it works perfeclty. I use the following rsync command:

rsync --bwlimit=3048 -avgope ssh /backup/cpbackup/daily/ root@nas02.server.com:/backup/servername/weekly >> logweekly

I realized that I use on the new server a newer version of rsync.

Can someone help here?

Michael

 

 

 

 

Top