rdup-crypt(1) - Linux man page
Name
rdup-crypt - encrypt files received from rdup -cSynopsis
rdup-crypt KEYFILE [ OPTION ]Description
rdup-crypt, by default, encrypts the data it receives from rdup with the key contained in KEYFILE. The default algorithm used is blowfishFor example,
rdup -c list ~/Documents | rdup-crypt KEY | rdup-snap -c -b /tmp/storage
Note the -c option for rdup-snap. Also note that you cannot change the output FORMAT of rdup-crypt. The FORMAT used is rdup's default.
Options
- -c
- This option is ignored, rdup-crypt always works on the files' content. This "feature" was added because all rdup-util scripts have such an option.
- -d
- Decrypt the files.
- -h
- Show a short help message.
- -V
- Show the version.