Deleted Added
full compact
dump (68349) dump (159764)
1
2#------------------------------------------------------------------------------
3# dump: file(1) magic for dump file format--for new and old dump filesystems
4#
5# We specify both byte orders in order to recognize byte-swapped dumps.
6#
724 belong 60012 new-fs dump file (big endian),
8>4 bedate x Previous dump %s,

--- 65 unchanged lines hidden (view full) ---

74>0 lelong 5 end of volume,
75>0 lelong 6 map of inodes deleted,
76>0 lelong 7 end of medium (for floppy),
77>676 string >\0 Label %s,
78>696 string >\0 Filesystem %s,
79>760 string >\0 Device %s,
80>824 string >\0 Host %s,
81>888 lelong >0 Flags %x
1
2#------------------------------------------------------------------------------
3# dump: file(1) magic for dump file format--for new and old dump filesystems
4#
5# We specify both byte orders in order to recognize byte-swapped dumps.
6#
724 belong 60012 new-fs dump file (big endian),
8>4 bedate x Previous dump %s,

--- 65 unchanged lines hidden (view full) ---

74>0 lelong 5 end of volume,
75>0 lelong 6 map of inodes deleted,
76>0 lelong 7 end of medium (for floppy),
77>676 string >\0 Label %s,
78>696 string >\0 Filesystem %s,
79>760 string >\0 Device %s,
80>824 string >\0 Host %s,
81>888 lelong >0 Flags %x
82
8318 leshort 60011 old-fs dump file (16-bit, assuming PDP-11 endianness),
84>2 medate x Previous dump %s,
85>6 medate x This dump %s,
86>10 leshort >0 Volume %ld,
87>0 leshort 1 tape header.
88>0 leshort 2 beginning of file record.
89>0 leshort 3 map of inodes on tape.
90>0 leshort 4 continuation of file record.
91>0 leshort 5 end of volume.
92>0 leshort 6 map of inodes deleted.
93>0 leshort 7 end of medium (for floppy).