```
BEFORE
$ (cd mountp2 && sudo restore -rvf ../backup.dump )
Verify tape and initialize maps
Tape block size is 20
Dump date: Wed Dec 31 16:00:00 1969
Dumped from: the epoch
Level 0 dump of an unlisted file system on wklptp:/dev/md0
Label: none
Begin level 0 restore
Initialize symbol table.
Extract directories from tape
Calculate extraction list.
warning: ./.snap: File exists
Extract new leaves.
Checkpointing the restore
extract file ./file-ext
Set attributes for ./file-ext:
system, (16 bytes), mAAAAAAA (unable to set)
^^^^^^^^
system, (24 bytes), m12345678BBBBBBB (unable to set)
^^^^^^^^^^^^^^^^
Add links
Set directory mode, owner, and times.
Check the symbol table.
Checkpointing the restore
...
AFTER
$ (cd mountp2 && sudo restore -rvf ../backup.dump )
Verify tape and initialize maps
Tape block size is 20
Dump date: Wed Dec 31 16:00:00 1969
Dumped from: the epoch
Level 0 dump of an unlisted file system on wklptp:/dev/md0
Label: none
Begin level 0 restore
Initialize symbol table.
Extract directories from tape
Calculate extraction list.
warning: ./.snap: File exists
Extract new leaves.
Checkpointing the restore
extract file ./file-ext
Set attributes for ./file-ext:
system, (16 bytes), m
system, (24 bytes), m12345678
^^^^^^^^^
Add links
Set directory mode, owner, and times.
Check the symbol table.
Checkpointing the restore
```