1backup(8) System Manager's Manual backup(8)
2
3
4
6 backup - Volume by volume backup of the Coda File System
7
8
10 backup [-p poll_period] [-t timeout] <dumplist> [dumpdir]
11
13 backup performs the clone and dump phases of the Coda backup mechanism.
14 dumplist is a file as described in dumplist(5). It also reads vicetab
15 which is described in vicetab(5) to know where to place dump files.
16
17 The backup program creates many lines of information as the phases
18 progress. It is a good idea to redirect standard output to a log file.
19 A sample of this log file backuplogs(5). After both phases are com‐
20 pleted, it prints out a list of volumes in several groupings, and some
21 histograms detailing size and speed of the dumpfiles transferred. The
22 first group are the volumes that were successfully backed up on all
23 servers in their VSG. The second group contains volumes that were suc‐
24 cessful on some, but not all of their VSGs. The third group contains
25 volumes that were complete failures. The last group contains volumes
26 that are in the VLDB or VRDB but not in the dumplist.
27
28 The second and third groups use an n-letter word to describe the last
29 successful operation that succeeded on each replica. The kth position
30 in the n-letter word corresponds to the kth replica in the VRDB entry
31 for this volume. One of four letters appears in each position: "L",
32 "C", "D", and "M". "L" means the replica was only locked, "C" means it
33 was cloned but not dumped, "D" means it was dumped (but not marked as
34 such on the server, see the discusion in the manual chapter on backup),
35 and "M" means all phases completed successfully.
36
37 backup supports the following command line options:
38
39 -p poll_period
40 Number of seconds to sleep between polls a servers that backup
41 thinks are down.
42
43
44 -t timeout
45 Timout value, in seconds, for RPC2 calls.
46
47
49 volutil (8), dumplist (5), backuplogs (5), Backup chapter of the Coda
50 Manual.
51
53 David C. Steere, 1991, Created updated 1998, -hmp
54
55 backup(8)