rsync is working great, with the proper exclusions so it can be run from my Raspbian systems that are on 24x7. But it thinks it is the only program on the network and tries to take over.
Of course, I use Win32DiskImager every few months to make sure I have a known, good copy of the setup for each of my 7 Raspbian sensor systems scattered about. Some of these systems operate outside in the SoCal heat. SD cards work great, until they don't.
Every night at midnight the cron scripts fire up to collect the day's data and put it all on hard disk.
To protect against forgetting the system files (like in /etc) that I have changed since the last SD card backup, I run rsync about once a week with options that make it act a lot like Windows Robocopy with the /MIR option.
However, it is really hogging the bandwidth of the PiNet subnet. Enough to block other traffic.
It also seems to stop for many minutes at kern.log while pushing more than 3-4 Mbps, for a long time.
When I look at kern.log it is usually just informational messages having to do with the WiFi drivers - useless information.
How do I solve this?