home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man8 / dump.8 < prev    next >
Encoding:
Text File  |  1975-06-26  |  2.9 KB  |  133 lines

  1. .th DUMP VIII 11/24/73
  2. .sh NAME
  3. dump \*- incremental file system dump
  4. .sh SYNOPSIS
  5. .bd dump
  6. [ key [ arguments ] filesystem ]
  7. .sh DESCRIPTION
  8. .it Dump
  9. makes an incremental file system dump
  10. on magtape
  11. of all files changed after a certain date.
  12. The
  13. .it key
  14. argument
  15. specifies the date and other options about the dump.
  16. .it Key
  17. consists of characters from
  18. the set
  19. .bd abcfiu0hds.
  20. .s3
  21. .lp +5 5
  22. \fBa\fR    Normally files
  23. larger than 1000 blocks are not incrementally dump;
  24. this flag forces them to be dumped.
  25. .s3
  26. .lp +5 5
  27. \fBb\fR    The next argument is taken to be the maximum size
  28. of the dump tape in blocks (see \fBs\fR).
  29. .s3
  30. .lp +5 5
  31. \fBc\fR    If the tape overflows, increment the last character
  32. of its name and continue on that drive.
  33. (Normally it asks you to change tapes.)
  34. .s3
  35. .lp +5 5
  36. \fBf\fR    Place the dump on the next argument file
  37. instead of the tape.
  38. .s3
  39. .lp +5 5
  40. \fBi\fR    the
  41. dump date is taken from the entry in the file
  42. /etc/dtab
  43. corresponding to the last time
  44. this file system was dumped with
  45. the
  46. .bd -u
  47. option.
  48. .s3
  49. .lp +5 5
  50. \fBu\fR    the date just prior to this dump
  51. is written on
  52. /etc/dtab
  53. upon successful completion of this dump.
  54. This file contains a date for every
  55. file system dumped with
  56. this
  57. option.
  58. .s3
  59. .lp +5 5
  60. \fB0\fR    the dump date is taken as the epoch
  61. (beginning of time).
  62. Thus this option causes an entire file system dump to be taken.
  63. .s3
  64. .lp +5 5
  65. \fBh\fR    the dump date is some number of hours before the current date.
  66. The number of hours is taken from the next argument in
  67. .it arguments.
  68. .s3
  69. .lp +5 5
  70. \fBd\fR    the dump date is some number of days before the current date.
  71. The number of days is taken from the next argument in
  72. .it arguments.
  73. .s3
  74. .lp +5 5
  75. \fBs\fR    the size of the dump tape is specified in feet.
  76. The number of feet is taken from the next argument in
  77. .it arguments.
  78. It is assumed that there are 9 standard UNIX records per foot.
  79. When the specified size is reached,
  80. the dump will wait for reels to be changed.
  81. The default size is 2200 feet.
  82. .s3
  83. .i0
  84. .dt
  85. .dt
  86. If no arguments are given,
  87. the
  88. .it key
  89. is assumed to be
  90. .bd i
  91. and the file system is
  92. assumed to be
  93. /dev/rp0.
  94. .s3
  95. Full dumps
  96. should be taken on quiet file systems as follows:
  97. .s3
  98.     dump 0u /dev/rp0
  99. .br
  100.     ncheck /dev/rp0
  101. .s3
  102. The
  103. .it ncheck
  104. will come in handy in case it is necessary
  105. to restore individual files from this dump.
  106. Incremental dumps should then be taken
  107. when desired by:
  108. .s3
  109.     dump
  110. .s3
  111. When the incremental dumps get cumbersome,
  112. a new complete dump should be taken.
  113. In this way,
  114. a restore requires
  115. loading of the complete dump tape and only the latest incremental tape.
  116. .sh DIAGNOSTICS
  117. If the dump requires more than one tape,
  118. it will ask you to change tapes.
  119. Reply with a new-line when this has been done.
  120. If the first block on the new tape is not writable,
  121. e.g. because you forgot the write ring,
  122. you get a chance to fix it.
  123. Generally, however, read or write failures are fatal.
  124. .sh FILES
  125. /dev/mt0    magtape
  126. .br
  127. /dev/rp0    default file system
  128. .br
  129. /etc/dtab
  130. .sh "SEE ALSO"
  131. restor (VIII), ncheck (VIII), dump (V)
  132. .sh BUGS
  133.