I type the following command to backup an active (AKA: "live") file system:
I type the following command to restore:
The Problem:
I always get the following message during the restore:
Is there any way of getting rid of this message? What is this message anyway?
The restore seems to go fine, but I always get the message (above).
Code:
dump -C16 -b64 -0uanL -h0 -f /<path>/filename.dump /
I type the following command to restore:
Code:
restore -ruf /<path>/filename.dump
The Problem:
I always get the following message during the restore:
Code:
expected next file 102, got 101
Is there any way of getting rid of this message? What is this message anyway?
The restore seems to go fine, but I always get the message (above).