Hi All,
        I am using rsync version 2.4.5  protocol version 24

Some times the file size will be zero or the file
contains NULLs when used rsync. ? 

The command i have used pasted below.

I want to sync file c to my local m/c.

cd /net/a/
for file in `ls */c`
rsync -rR --delete $file <Local Dir Path>
done 

This is run every 1 hr using cron job to update file c
in local directory.

Is there anything wrong in command.

Any help would be greatly appreciated. 

Thanks,
Girish

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to