When using the interactive command line to restore a database, you can provide one or more mapping directories.
If the mounted directory of the target server backup files is the same as the source server, provide an empty mapping directory by leaving the prompt blank.
If the mounted directory of the target server backup files is not the same as the source server, provide a mapping directory in this form:
/path1>>/path2
Do not use cyclic path entries, as they cannot be resolved. For example:
Mapping |
Results in |
---|---|
/path1>>/path2 /path2>>/path1 |
/path1>>/path1 |
/path1>>/path2 /path2>>/path3 /path3>>/path5 |
/path1>>/path5 /path2>>/path5 /path3>>/path5 |