NAME
rdup-crypt, encrypt - encrypt files received from
rdup -c
SYNOPSIS
rdup-crypt KEYFILE [ OPTIONS
]
DESCRIPTION
rdup-crypt, by default, encrypts the
data it receives from rdup with the key contained in
KEYFILE. The default algorithm used is blowfish
For example,
rdup -c list ~/Documents | rdup-crypt KEY | rdup-mirror -c -b /tmp/storage
Note the -c option for rdup-mirror.
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.
SEE ALSO
rdup-gzip(1),
rdup-mirror(1)
and mcrypt(1).