Limitation: On UNIX and Linux systems,
vob_restore changes
the owner/group of the VOB storage directory and its db directory from the
original VOB owner/group to
root/
root group, with the following
consequences:
- If the db snapshot directory is specified for db backup, vob_restore exits
without starting checkvob because the owner/group of the
VOB db directory changed from the original owner to root, the identity
that started vob_restore).
- If the db snapshot directory is not specified for db backup, vobs_restore
starts checkvob and then fails for the same reason (that is, root has
become the owner).
To address these situations, change the owner/group of the VOB directory
(*.vbs) and its db directory (*.vbs/db) back to the original VOB owner/group
using the UNIX commands
chown/
chgroup and
then run
vob_restore -restart.