Displaying 1 result from an estimated 1 matches for "anywork".
Did you mean:
anyword
2002 Sep 13
0
Rsync 2.5.5 (Digital Unix 4.0f) Large Filesets...
...n the systems each night. The window for
carrying this out can be up to 7-8 hours and I've been experimenting by
running multiple rysncs on different parts of the hierarchy. I did try
doing larger sections of the directory tree but because (as far as I know)
rysnc build up a list prior to doing anywork I eventually run into
resource issues in the kernel (even though I've bumped up all the in core
stuff to around 2gb for user processes).
I'm doing conccurent rsync's of the form
rsync -aHWvu --delete --force /directory/wildcardAA*
remotebox::data/directory/
I've been partially su...