Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7511] scribe with rsync is too slow

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 7511] scribe with rsync is too slow
  • Date: Tue, 2 Nov 2004 14:41:14 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=7511





------- Additional Comments From eric AT sandall.us 2004-11-02 14:41 -------
# time `scribe add test from rsync://cerberus::sourcemage/test`
bash: Adding: command not found

real 0m14.490s
user 0m1.091s
sys 0m2.913s

$ time `rsync -rz --delete --stats rsync://cerberus/sourcemage/test test`
bash: Welcome: command not found

real 0m8.734s
user 0m0.501s
sys 0m2.466s

Using scribe almost doubles the amount of time needed (probably because of the
tarball generation), though when I add tarball creation to the command the
time
almost triples from the scribe value:

$ time `rsync -rz --delete --stats rsync://cerberus/sourcemage/test test; tar
cjf test.tar.bz2 test`
bash: Welcome: command not found

real 0m38.055s
user 0m12.117s
sys 0m2.925s

So I'm not sure where the extra time is coming from for scribe (I did an
`updatedb; locate test.tar.bz2` and could not find SOURCE_CACHE/test.tar.bz2
that url_rsync possibly uses).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page