Does rsync support multiple sources to a given destination in parallel
- by KM
If I have multiple sources, each with the same directory tree, but different files in the tree, is it safe to run multiple rsync commands in parallel with the same destination?
Specifically, will there be any race conditions for directory/file creation?