Magellan Linux

Contents of /trunk/gzip/patches/gzip-1.5-man-rsyncable.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2540 - (show annotations) (download)
Mon Feb 2 13:54:11 2015 UTC (9 years, 3 months ago) by niro
File size: 1077 byte(s)
-added rsyncable patches
1 gzip.1 | 5 +++++
2 1 file changed, 5 insertions(+)
3
4 diff --git a/gzip.1 b/gzip.1
5 index 3cb8c6f..502b266 100644
6 --- a/gzip.1
7 +++ b/gzip.1
8 @@ -327,6 +327,11 @@ indicates the slowest compression method (best compression).
9 The default compression level is
10 .BR \-6
11 (that is, biased towards high compression at expense of speed).
12 +.TP
13 +.B \-\-rsyncable
14 +When you synchronize a compressed file between two computers, this option allows rsync to transfer only files that were changed in the archive instead of the entire archive.
15 +Normally, after a change is made to any file in the archive, the compression algorithm can generate a new version of the archive that does not match the previous version of the archive. In this case, rsync transfers the entire new version of the archive to the remote computer.
16 +With this option, rsync can transfer only the changed files as well as a small amount of metadata that is required to update the archive structure in the area that was changed.
17 .SH "ADVANCED USAGE"
18 Multiple compressed files can be concatenated. In this case,
19 .I gunzip