IBM Tivoli restores using dsmc
As root
dsmc
or, for more complex configurations, specify an optfile:
dsmc -optfile=/opt/tivoli/tsm/client/ba/bin/dsm-ora.opt
List backup files:
tsm> q backup "/oracle/*" -subdir=yes -inactive
Restore:
tsm> restore "/oracle/mydb/*" /oracle/ -subdir=yes -pick
Note how the second mention of directory path ommits the lowest directory.
tsm> + # to select all tsm> o # ok, start restore
Leave a Reply