rdup-gzip(1) - Linux man page
Name
rdup-gzip - compress files received from rdup -cSynopsis
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.