Closed
Bug 69898
Opened 25 years ago
Closed 22 years ago
Rsync gzipped file performance improvements (suggestion)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ssmith, Unassigned)
Details
(Keywords: perf)
Rsync gives poor speedups for files that have been compressed with gzip
as a nature of the compression algorithm. This negates a lot
of the advantages of using rsync to fetch nightly builds.
A patch to gzip exists to format the output in a way more amiable to
rsync, and can be decompressed with unpatched gzip. There is a small
increase in size with --rsyncable enabled; <1%
The patch is at :
http://antarctica.penguincomputing.com/~netfilter/diary/gzip.rsync.patch2
Some notes on sizes and rsync improvements :
http://lists.samba.org/pipermail/rsync/2001-January/003511.html
Updated•25 years ago
|
Whiteboard: AOL_IC_fix
Updated•25 years ago
|
Whiteboard: AOL_IC_fix
Comment 4•22 years ago
|
||
The top URL's a 404 and the bottom doesn't link a specific message.
Gerv
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•