1dumplist(5) File Formats Manual dumplist(5)
2
3
4
6 dumplist - List of volumes to be archived by the Coda backup mechanism
7
8
10 The dumplist file contains information for the backup(8) program. It
11 consists of a list of volumes to be archived.
12
13 Each entry in the list contains three tab separated fields: the vol‐
14 umeId (groupId), the schedule for full and incremental dumps, and a
15 comment used to facilitate reading the output of the backup program.
16 The schedule contains a number of "F" and "I" characters. Each charac‐
17 ter represents what form of dump to take for that day in the schedule.
18 The length of the period is the number of characters in the schedule.
19 For instance, "FIIIIII" means take one full dump followed by 6 incre‐
20 mentals, whereas "F" means take a full dump every day. For convenience,
21 the first character in a 7 day schedule refers to Sunday.
22
24 The following does a full backup of coda_root, coda_root.i386, and
25 coda_root.tmp on Monday while it does a full backup of
26 coda_root.project and coda_root.usr on Wednesday. It uses
27 /vicepa/backup and /usr/codabackup/backup to store the dump files.
28
29 7F000000 IFIIIII coda_root
30 7F000001 IFIIIII coda_root.i386
31 7F000002 IIIFIII coda_root.project
32 7F000003 IFIIIII coda_root.tmp
33 7F000004 IIIFIII coda_root.usr
34 7F000005 IFIIIII coda_root.misc
35
36
38 In prior release of coda, the key words "Partition" and "Volumes" were
39 used to distinguish between seperate sections of the dump file needed
40 by backup. dumplist should now only include the Volume backup informa‐
41 tion and does not need the key word Volume. Nor is the keyword Parti‐
42 tions needed any more as backup reads vicetab for backup partition
43 information.
44
46 backup (8), creatvol (8), createvol_rep (8), vicetab (5)
47
49 David C. Steere, 1991, Created updated 1998, hmp
50
51 dumplist(5)