I am evaluating a number of rsync clients (cwRsync, rsync, Deltacopy, QtdSync), I am looking for maximum concurrency, running multiple rsync connections every 6 hours, several terabytes to sync every day so need to maximize network (iops can handle it) but I need a solution that will run several rsync clients in parellel, each syncing a different directory from the source (Windows) to the target (Linux). I noticed your solution queues them up but I need them all to run at the same time, every 6 hours. Is this possible with Acrosync?
Comments