File: rdup-gpg.1.in

package info (click to toggle)
rdup 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 784 kB
  • ctags: 108
  • sloc: sh: 3,225; ansic: 1,624; perl: 565; makefile: 65
file content (50 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
'\" t
.TH RDUP-GPG 1 "29 Apr 2007" "@PACKAGE_VERSION@" "@PACKAGE_NAME@ utils"
        
.SH NAME
rdup-gpg \- encrypt files with gpg received from \fBrdup -c\fR

.SH SYNOPSIS
.B rdup-gpg
[
.IR OPTION
]
[
.IR RECIPIENT
]

.SH DESCRIPTION
\fBrdup-gpg\fR, by default,  encrypts the data it receives from \fBrdup\fR with the
default public key in your key ring. When \fIRECIPIENT\fR is empty, the
default recipient (you) is used, otherwise it is used in the
\fB--default-recipient\fR option of `gpg'.
.PP
For example,
.PP
        rdup -c list ~/Documents | rdup-gpg | rdup-snap -c -b /tmp/storage
.PP
Note the \fI-c\fR option for \fBrdup-snap\fR.

.SH OPTIONS
.TP
.B \-c
This option is ignored, \fBrdup-gpg\fR always works on the files'
content. This "feature" was added because all rdup-util scripts have
such an option.
.TP
.B \-d
Decrypt the files. You need `gpg-agent' running for this to work ok, 
otherwise you need to type your passphrase for \fIevery\fR file that
is decrypted.
.TP
.B \-a
Use `gpg-agent`, useful when decrypting a backup. 
.TP
.B \-h
Show a short help message.
.TP
.B \-V
Show the version.

.SH SEE ALSO
rdup-gzip(1), rdup-snap(1), gpg(1) and gpg-agent(1)