1
.TH RDIFFDIR 1 "AUGUST 2002" "Version 0.0" "User Manuals" \" -*- nroff -*-
3
rdiffdir \- compute and apply signatures and diffs to directories
8
.I basis_dir signature_file
13
.I signature_file new_dir delta_file
18
.I basis_dir delta_file
29
are "-", the data will be read from stdin or written to stdout as appropriate.
33
is supposed to be like rdiff, but can operate on directories. See
35
for more information. The syntax is similar.
39
.BI "--write-sig-to " sigfile
40
This option is only used in
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
51
.B -z, --gzip-compress
52
Enable gzip compression and decompression of signature and delta
61
modes, rdiffdir accepts
62
.BR rdiff-backup -like
63
selection options including --exclude, --exclude-filelist-stdin, etc.
66
manual page for more information.
69
Hard links currently unsupported (they will be treated as non-linked
72
Bad signatures will be treated as empty instead of logging appropriate
76
Ben Escoto <bescoto@stanford.edu>