I have a list of files and destinations that I need to sync with rsync but I do not want to run rsync several times for that (connection time is big due to ssh usage in my case).
Example:
~/aaa remote:/~/aaa
~/bbb remote:/~/otherplace/bbb
…
As you can imagine the list is bigger and in my case I do have to run the same set with multiple remote servers.
How can I implement this easily? I want rsync to start once per server.