NAME 

rdup-gzip, compress - compress files received from rdup -c

SYNOPSIS 

rdup-gzip [ OPTIONS ]

DESCRIPTION 

rdup-gzip compresses the data it receives from rdup with gzip.

For example,

rdup -c list ~/Documents | rdup-gzip | rdup-mirror -c -b /tmp/storage

Note the -c option for rdup-mirror.

OPTIONS 

-c
This option is ignored, rdup-gzip always works on the files' content. This "feature" was added because all rdup-util scripts have such an option.
-d
Decompress the files.
-V
Show the version.

SEE ALSO 

rdup-crypt(1) and rdup-mirror(1).