Displaying 1 result from an estimated 1 matches for "flavour_of_the_year".
2008 Nov 28
1
Rsync & parallelizing it for files in same directory
...the rsync source code, and thus would need
to ask a few questions first before going into the wrong direction.
We have not, one but several cases[1] of doing Disaster Recovery type
backup/synchronization with typically 1 to 2 million of files.
Now yes, I know I can go and write a perl/python/<flavour_of_the_year>
script to recursively do the synchronizations in parallel, but it
still leaves issues with the directories with lots of medium sized
files, and not easy ways to split them up, unless....
Now the question I'm wondering about:
- Ease of doing a threading type setup inside rsync.
- Use thr...