Displaying 1 result from an estimated 1 matches for "muchofilesdir1".
Did you mean:
muchofilesdir2
2003 Jun 24
2
[PATCH] Limit recursion depth
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hy folks,
everybody knows, that rsync eats up a lot of memory, when rsyncing
a lot of files.
To avoid this i run rsync on different parts of the directory-tree
(e.g. first ~muchofileuser/muchofilesdir1 then
~muchofileuser/muchofilesdir2 and so on) and it works fine for me.
So i tried to do this in a automatical way (e.g perl/shell/whatever
script) but rsync is missing one feature for that:
Limit the depth of recursion in "recursive"-Mode.
So i wrote this ugly patch, that works-for-...