rdup-gzip(1)
NAME
rdup-gzip - compress files received from rdup -c
SYNOPSIS
rdup-gzip [ OPTION ]
DESCRIPTION
rdup-gzip compresses the data it receives from rdup with gzip.
- For example,
- rdup -c list ~/Documents | rdup-gzip | rdup-snap -c -b
- /tmp/storage
- Note the -c option for rdup-snap. Also note that the you cannot change the FORMAT of the output of rdup-gzip. The FORMAT used is the default format of rdup.
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.