Drew,
Thanks for the response! I'll try the -c option in a few days (I booted
back into windows for a few days of work that I must get done).
However, I guess I wasn't very clear, the point of touching the local
file was to create a mismatch between the date and time of the local
copy and the remote copy. Would the -c option do something more than
would be done based on the date mismatch?
Also, in a subsequent email I raise the question about whether the
problem is because my local partition is a vfat partition. Any idea?
Thanks again!
Randy Kramer
M. Drew Streib wrote:
> rsync probably thinks it doesn't need to check the file, especially if
> dates/sizes match what it expects.
>
> the '-c' checksum option will force it to look closer. You'll probably need
> this to force rsync to check/update the file. This is also probably the
> cpu burn you mentioned in your other message. 600MB of checksumming can
> eat some cycles.
>
> -drew