Re: rsync big file

2007-01-22 Thread Matt McCutchen
On 1/22/07, Richard Z <[EMAIL PROTECTED]> wrote: I have a cron job to rsync one directory from one server to another every 5 minutes. There are some really big files. So it happens when the second instance of rsync tries to copy the same file when the first instance is not done yet. It drives my

rsync big file

2007-01-22 Thread Richard Z
Hi, I have a cron job to rsync one directory from one server to another every 5 minutes. There are some really big files. So it happens when the second instance of rsync tries to copy the same file when the first instance is not done yet. It drives my CPU crazy on the source server. Is there a wa