码迷,mamicode.com
首页 >  
搜索关键字:backups    ( 148个结果
RMAN命令DELETE操作总结
本篇总结一下RMAN命令中的DELETE操作,DELETE命令用于删除RMAN备份记录以及相应的物理文件。 To delete physical backups and copies as well as do the following: 1: Update their repository re... ...
分类:其他好文   时间:2018-05-16 16:37:36    阅读次数:3919
通过7zip压缩备份文件bat
for %%X in (*log20*) do "c:\Program Files\7-Zip\7z.exe" a "backups\%%X.zip" "%%X" pause ...
分类:其他好文   时间:2018-04-25 13:59:04    阅读次数:174
基于xtrabackup实现数据备份还原——高效的数据备份还原工具
准备一个干净的备份目录;[root@mysql ~]$ll /backups/ total 0 MariaDB [(none)]> show binary logs; +------------------+-----------+ | Log_name     
分类:其他好文   时间:2018-03-18 14:52:56    阅读次数:131
gitlab9.2维护参考
gitlab9.2备份报错今天无意中发现gitlab已经有10天不能正常备份了,报错:[root@tools-gitlabgitlab_backups]#/usr/bin/gitlab-rakegitlab:backup:createDumpingdatabase...DumpingPostgreSQLdatabasegitlabhq_production...pg_dump:[archiver(
分类:其他好文   时间:2018-01-18 20:44:58    阅读次数:332
052-78
You are managing an Oracle Database 11g database. The database is open, and you plan to performRecovery Manager (RMAN) backups. Which three statements ...
分类:其他好文   时间:2017-12-08 16:24:36    阅读次数:169
052-83
You are using Enterprise Manager to schedule backups for your database. Which type of script would be generated by the backup scheduler?A.XML scriptB. ...
分类:其他好文   时间:2017-12-08 16:15:01    阅读次数:155
How to Baskup and Restore a MySQL database
If you're storing anything in MySQL databases that you do not want to lose, it is very important to make regular backups of your data to protect it fr ...
分类:数据库   时间:2017-11-20 23:10:22    阅读次数:228
053-53
You want to use RMAN to create compressed backups.Which statement is true about the compression algorithms that RMAN can use?A. The BZIP2 compression ...
分类:其他好文   时间:2017-11-16 18:36:35    阅读次数:128
053-154
A database is running in ARCHIVELOG mode and regular backups are performed. A user receives the following error message: Which is the recommended sequ ...
分类:其他好文   时间:2017-11-16 15:24:01    阅读次数:142
053-281
You are working on a 24X7 database. You want to design a backup strategy for your database thatuses user managed backups. You want to be able to perfo ...
分类:其他好文   时间:2017-11-16 15:20:42    阅读次数:151
148条   上一页 1 ... 3 4 5 6 7 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!