home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / file39a.zip / src / Magdir / dump < prev    next >
Text File  |  1993-04-05  |  1KB  |  44 lines

  1. #
  2. # magic.dump, dump file format. For new and old dump filesystems
  3. #
  4. # No, these shouldn't specify a specific byte order, because the byte
  5. # order is dependent on the machine that produced the dump.
  6. #
  7. 24    long    60012        new-fs dump file,
  8. >4    date    x        Previous dump %s,
  9. >8    date    x        This dump %s,
  10. >12    long    >0        Volume %ld,
  11. >692    long    0        Level zero, type:
  12. >692    long    >0        Level %d, type:
  13. >0    long    1        tape header,
  14. >0    long    2        beginning of file record,
  15. >0    long    3        map of inodes on tape,
  16. >0    long    4        continuation of file record,
  17. >0    long    5        end of volume,
  18. >0    long    6        map of inodes deleted,
  19. >0    long    7        end of medium (for floppy),
  20. >676    string    >\0        Label %s,
  21. >696    string    >\0        Filesystem %s,
  22. >760    string    >\0        Device %s,
  23. >824    string    >\0        Host %s,
  24. >888    long    >0        Flags %x
  25.  
  26. 24    long    60011        old-fs dump file,
  27. #>4    date    x        Previous dump %s,
  28. #>8    date    x        This dump %s,
  29. >12    long    >0        Volume %ld,
  30. >692    long    0        Level zero, type:
  31. >692    long    >0        Level %d, type:
  32. >0    long    1        tape header,
  33. >0    long    2        beginning of file record,
  34. >0    long    3        map of inodes on tape,
  35. >0    long    4        continuation of file record,
  36. >0    long    5        end of volume,
  37. >0    long    6        map of inodes deleted,
  38. >0    long    7        end of medium (for floppy),
  39. >676    string    >\0        Label %s,
  40. >696    string    >\0        Filesystem %s,
  41. >760    string    >\0        Device %s,
  42. >824    string    >\0        Host %s,
  43. >888    long    >0        Flags %x
  44.