Imports a transportable shadow copy from a loaded metadata file into the system.
Syntax[IMPORTANT] Before you can use this command, you must use the load metadata command to load a DiskShadow metadata file.
import
Remarks
The following is a sample DiskShadow script that demonstrates the use of the import command:
#Sample DiskShadow script demonstrating IMPORT
SET CONTEXT PERSISTENT
SET CONTEXT TRANSPORTABLE
SET METADATA transHWshadow_p.cab
#P: is the volume supported by the Hardware Shadow Copy provider
ADD VOLUME P:
CREATE
END BACKUP
#The (transportable) shadow copy is not in the system yet.
#You can reset or exit now if you wish.
LOAD METADATA transHWshadow_p.cab
IMPORT
#The shadow copy will now be loaded into the system.
Related links
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4