April 8, 201412 yr As the topis says, I see 3 rsync commands running, each invoked at the same time and moving the same file. It is moving files SLOOOOWLY. After one file completes, there will be 3 rsync processes working on the next file. Any idea what is up with that? Running 5.0.5. Further detail: When issuing "ps -ef | grep rsync", I only saw one find process but 3 rsync processes. So without knowing a lot about how the mover works, it looks like the actual mover script is only running one instance, but for some wired reason is issuing 3 rsync commands for each file encountered by the find process.
April 11, 201412 yr The mover script is at /usr/local/sbin/mover if you want to examine it. Maybe you have somehow gotten multiple cron entries for mover.
Archived
This topic is now archived and is closed to further replies.