~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to rdiffdir.1

  • Committer: bescoto
  • Date: 2002-10-29 01:49:46 UTC
  • Revision ID: vcs-imports@canonical.com-20021029014946-3m4rmm5plom7pl6q
Initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH RDIFFDIR 1 "AUGUST 2002" "Version 0.0" "User Manuals" \"  -*- nroff -*-
 
2
.SH NAME
 
3
rdiffdir \- compute and apply signatures and diffs to directories
 
4
.SH SYNOPSIS
 
5
.B rdiffdir
 
6
.BI [ options ]
 
7
.B sig[nature]
 
8
.I basis_dir signature_file
 
9
 
 
10
.B rdiffdir
 
11
.BI [ options ]
 
12
.B delta
 
13
.I signature_file new_dir delta_file
 
14
 
 
15
.B rdiffdir
 
16
.BI [ options ]
 
17
.B patch
 
18
.I basis_dir delta_file
 
19
 
 
20
.B rdiffdir
 
21
.BI [ options ]
 
22
.B tar
 
23
.I basis_dir tar_file
 
24
 
 
25
If
 
26
.I signature_file
 
27
or
 
28
.I delta_file
 
29
are "-", the data will be read from stdin or written to stdout as appropriate.
 
30
 
 
31
.SH DESCRIPTION
 
32
.B rdiffdir
 
33
is supposed to be like rdiff, but can operate on directories.  See
 
34
.BR rdiff (1)
 
35
for more information.  The syntax is similar.
 
36
 
 
37
.SH OPTIONS
 
38
.TP
 
39
.BI "--write-sig-to " sigfile
 
40
This option is only used in
 
41
.B delta
 
42
and
 
43
.B tar
 
44
modes.  When specified, rdiffdir will write a signature of the
 
45
directory it is processing to sigfile.  The end result will be a delta
 
46
and a new signature calculated over the
 
47
.B same
 
48
data.
 
49
 
 
50
.TP
 
51
.B -z, --gzip-compress
 
52
Enable gzip compression and decompression of signature and delta
 
53
files.
 
54
 
 
55
.SH SELECTION OPTIONS
 
56
 
 
57
In
 
58
.B signature
 
59
and
 
60
.B delta
 
61
modes, rdiffdir accepts
 
62
.BR rdiff-backup -like
 
63
selection options including --exclude, --exclude-filelist-stdin, etc.
 
64
See the
 
65
.BR rdiff-backup (1)
 
66
manual page for more information.
 
67
 
 
68
.SH BUGS
 
69
Hard links currently unsupported (they will be treated as non-linked
 
70
regular files).
 
71
 
 
72
Bad signatures will be treated as empty instead of logging appropriate
 
73
error message.
 
74
 
 
75
.SH AUTHOR
 
76
Ben Escoto <bescoto@stanford.edu>
 
77
 
 
78
.SH SEE ALSO
 
79
.BR duplicity (1),
 
80
.BR python (1),
 
81
.BR rdiff (1),
 
82
.BR rdiff-backup (1).
 
83
 
 
84