📄 dump.5
字号:
.th DUMP V 2/11/75.sh NAMEdump \*- incremental dump tape format.sh DESCRIPTIONThe.it dumpand.it restorcommands are used to writeand read incremental dump magnetic tapes..s3The dump tape consists ofblocks of 512-bytes each.The first block has the following structure..s3.nfstruct { int isize; int fsize; int date[2]; int ddate[2]; int tsize;};.s3.fi.it Isize,and.it fsizeare the corresponding values from thesuper block of the dumped file system.(See file system (V).).it Dateis the date of the dump..it Ddateis the incremental dump date.The incremental dump containsall files modifiedbetween.it ddateand.it date..it Tsizeis the number of blocks perreel.This block checksums to the octal value031415..s3Next there are enough whole tape blocksto contain one word per file of the dumped file system.This is.it isizedivided by 16 rounded to the next higher integer.The first word corresponds to i-node 1, the second to i-node 2, andso forth.If a word is zero, then the corresponding fileexists, but was not dumped.(Was not modified after.it ddate)If the word is \*-1,the file does not exist.Other values for the wordindicate that the file was dumped and the valueis one more than the number of blocks it contains..s3The rest of the tapecontains for each dumped filea header block and the data blocksfrom the file.The header contains an exact copy of thei-node(see file system (V))and also checksums to031415.The next-to-last word of the block contains the tape block number,to aid in (unimplemented)recovery after tape errors.The number of data blocks per file isdirectly specified by the control word for the fileand indirectly specified by the size in the i-node.If these numbers differ,the file was dumped with a `phase error'..sh "SEE ALSO"dump (VIII), restor (VIII), file system(V)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -