1RDIFFDIR(1) User Manuals RDIFFDIR(1)
2
3
4
6 rdiffdir - compute and apply signatures and diffs to directories
7
9 rdiffdir [options] sig[nature] basis_dir signature_file
10
11 rdiffdir [options] delta signature_file new_dir delta_file
12
13 rdiffdir [options] patch basis_dir delta_file
14
15 rdiffdir [options] tar basis_dir tar_file
16
17 If signature_file or delta_file are "-", the data will be read from
18 stdin or written to stdout as appropriate.
19
20
22 rdiffdir is supposed to be like rdiff, but can operate on directories.
23 See rdiff(1) for more information. The syntax is similar.
24
25
27 --write-sig-to sigfile
28 This option is only used in delta and tar modes. When speciā
29 fied, rdiffdir will write a signature of the directory it is
30 processing to sigfile. The end result will be a delta and a new
31 signature calculated over the same data.
32
33
34 -z, --gzip-compress
35 Enable gzip compression and decompression of signature and delta
36 files.
37
38
40 In signature and delta modes, rdiffdir accepts duplicity-like selection
41 options including --exclude, --exclude-filelist-stdin, etc. See the
42 duplicity(1) manual page for more information.
43
44
46 Hard links are currently unsupported (they will be treated as non-
47 linked regular files).
48
49 Bad signatures will be treated as empty instead of logging appropriate
50 error message.
51
52
54 Ben Escoto <bescoto@stanford.edu>
55
56
58 duplicity(1), python(1), rdiff(1), rdiff-backup(1).
59
60
61
62Version 0.4.11 May 2008 RDIFFDIR(1)