博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to verification of the backup for Win server
阅读量:6320 次
发布时间:2019-06-22

本文共 523 字,大约阅读时间需要 1 分钟。

1) Open command prompt (run as administrator)

2) Execute: wbadmin get versions –backupTarget:{drive that conta××× the backup}

i.For example: wbadmin get versions –backupTarget:d: (assume D: drive conta××× the backup)

ii.Record the “version identifier”

3) Execute: wbadmin get items -version:{version identifier} –backupTarget: {drive that conta××× the backup}

i.For example: wbadmin get items -version:08/26/2010-10:35 –backupTarget:d:

4) The output will show which drive is backup

转载于:https://blog.51cto.com/549687/2408921

你可能感兴趣的文章
GitHub使用教程——(1)使用GitHub创建简历展示页
查看>>
一劳永逸apache配置
查看>>
全文检索引擎Sphinx之初体验
查看>>
直播|易观CTO郭炜:精益化数据分析——如何让你的企业具有BAT一样的分析能力...
查看>>
ModelAndView详解
查看>>
MySQL 线上配置文件
查看>>
为何要在Mac上安装Windows系统
查看>>
隐藏导航栏下的1px底部横线
查看>>
注意!神秘DNS漏洞现身 可致服务器奔溃
查看>>
Win8 安装msi文件遇到错误 code=2502/2503
查看>>
爬虫:保存linux网页教程为pdf格式
查看>>
mysql limit 优化
查看>>
无需密码通过ssh执行rsync来同步文件
查看>>
limit分页优化
查看>>
CodeIgniter源代码阅读(一)index.php
查看>>
DRBD双向同步
查看>>
UITableView--单组数据显示(纯手动代码实现)
查看>>
RxJava2的错误处理方案
查看>>
Lua 函数 类 Table --学习笔记
查看>>
史上最详细的Android系统SystemUI 启动过程详细解析
查看>>