本文主要是介绍tsm 恢复某特定的时间,文件,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
今天应客户的要求,从磁带tsm恢复特定时间的文件。
记下下面的command:
./dsmc q backup /opt/secu/rec/log/ -subdir=yes -inactive -pitdate=11/20/2011 -pittime=00:00 | grep rec.log
4.45M 11/19/11 02:08:41 BKDAILY I /opt/secu/rec/log/rec.log
Following is restore command:
./dsmc restore /opt/secu/rec/log/rec.log /tmp/rec.log -inactive -pitdate=11/19/11 -pittime=02:08:41
为了不把最新的文件覆盖,恢复到/tmp下的文件:rec.log
下面就可以看到恢复成功了。
下面说一下文件上带:
./dsmc selective /tsmdata/ /file_2 -subdir=yes
这篇关于tsm 恢复某特定的时间,文件的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!