1rdiff(1) General Commands Manual rdiff(1)
2
3
4
6 rdiff - compute and apply signature-based file differences
7
9 rdiff [options] signature old-file signature-file
10
11 rdiff [options] delta signature-file new-file delta-file
12
13 rdiff [options] patch basis-file delta-file new-file
14
16 In every case where a filename must be specified, - may be used instead
17 to mean either standard input or standard output as appropriate.
18
20 0 for successful completion, 1 for environmental problems (file not
21 found, invalid options, IO error, etc), 2 for a corrupt file and 3 for
22 an internal error or unhandled situation in librsync or rdiff.
23
25 librsync(3)
26
28 Martin Pool <mbp@samba.org>
29
30 The original rsync algorithm was discovered by Andrew Tridgell.
31
32 rdiff development has been supported by Linuxcare, Inc and VA Linux
33 Systems.
34
35
36
37 $Date: 2002/01/25 21:25:34 $ rdiff(1)