rdup-gpg(1) - Linux man page
Name
rdup-gpg - encrypt files with gpg received from rdup -cSynopsis
rdup-gpg [ OPTION ] [ RECIPIENT ]Description
For example,
rdup -c list ~/Documents | rdup-gpg | rdup-snap -c -b /tmp/storage
Note the -c option for rdup-snap.
Options
- -c
- This option is ignored, rdup-gpg always works on the files' content. This "feature" was added because all rdup-util scripts have such an option.
- -d
- Decrypt the files. You need 'gpg-agent' running for this to work ok, otherwise you need to type your passphrase for every file that is decrypted.
- -a
- Use 'gpg-agent', useful when decrypting a backup.
- -h
- Show a short help message.
- -V
- Show the version.