362
by loafman
Use reldate expansion to include release date. |
1 |
.TH RDIFFDIR 1 "$reldate" "Version $version" "User Manuals" \" -*- nroff -*- |
1
by bescoto
Initial checkin |
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 |
|
9
by bescoto
Updated documentation on new globbing options |
62 |
.BR duplicity -like |
1
by bescoto
Initial checkin |
63 |
selection options including --exclude, --exclude-filelist-stdin, etc. |
64 |
See the |
|
9
by bescoto
Updated documentation on new globbing options |
65 |
.BR duplicity (1) |
1
by bescoto
Initial checkin |
66 |
manual page for more information. |
67 |
||
68 |
.SH BUGS |
|
9
by bescoto
Updated documentation on new globbing options |
69 |
Hard links are currently unsupported (they will be treated as |
70 |
non-linked regular files). |
|
1
by bescoto
Initial checkin |
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). |