码迷,mamicode.com
首页 >  
搜索关键字:backups    ( 148个结果
Using the Windows Scheduler to run a SharePoint PowerShell Backup Script
ProblemSharePoint administrators need to run regular backups using PowerShell, the STSADM tool or in Central Administration. There is no "built in" wa...
分类:Windows程序   时间:2014-08-20 13:58:42    阅读次数:291
Linux自动备份脚本
今天网上一个朋友问了我一个shell的题目,让我帮他做下。下面是题目以及解题思路。题目:写作一个备份/etc目录的脚本,要求:将/etc目录下的所有文件cp到/var/backups目录下的以当天的日期命名的目录中例如(/var/backups/etc.20140809)。并且判断前一天的目录中的文件与当天..
分类:系统相关   时间:2014-08-17 09:13:52    阅读次数:234
linux备份文件脚本
#!/bin/sh#Author: OpalTODAY=`date +%Y%m%d`YESTERDAY=`date -d"-1 day" +%Y%m%d`mkdir -p /var/backups/etc.${TODAY}/cp -r /etc/* /var/backups/etc.${TODA.....
分类:系统相关   时间:2014-08-12 10:15:03    阅读次数:230
官方文档 恢复备份指南八 RMAN Backup Concepts
本章内容Consistent and Inconsistent RMAN BackupsOnline Backups and Backup ModeBackup SetsImage CopiesMultiple Copies of RMAN BackupsControl File and Serve...
分类:其他好文   时间:2014-07-16 20:40:30    阅读次数:352
查询rman备份信息经常使用指令
查询rman备份信息经常使用指令----登陆到rman$rman target /----以精简的格式查看备份信息RMAN> list backup of database summary;List of Backups===============Key TY LV S Device Type C...
分类:其他好文   时间:2014-07-10 14:07:55    阅读次数:289
Simple Automated Backups for MongoDB Replica Sets
There are a bunch of different methods you can use to back up your MongoDB data, but if you want to avoid downtime and/or potential performance degradation, the most common advice seems to be that y...
分类:数据库   时间:2014-07-06 09:26:04    阅读次数:437
官方文档 恢复备份指南五 Configuring the RMAN Environment
本章内容:Configuring the Environment for RMAN Backups 配置RMAN环境Configuring RMAN to Make Backups to a Media Manager 备份到介质管理器Configuring the Fast Recovery Ar...
分类:其他好文   时间:2014-07-03 19:55:28    阅读次数:155
官方文档 恢复备份指南五 Configuring the RMAN Environment
本章内容:Configuring the Environment for RMAN Backups 配置RMAN环境Configuring RMAN to Make Backups to a Media Manager 备份到介质管理器Configuring the Fast Recovery Ar...
分类:其他好文   时间:2014-07-03 19:51:32    阅读次数:225
更新Windows Azure Web Site中的Orchard版本
官方建议大家使用本地副本来更新1.首先做个全站备份,这样更新好以后出问题你就很容易回滚 . Web Site 做备份很方便.把网站SCALE设置到STANDARD,然后在BACKUPS页面里面点备份2.进Orchard 实例 Settings 页把你当前改动过的设置做个记录. (回头信息被覆盖了就后...
分类:Windows程序   时间:2014-07-03 19:42:53    阅读次数:291
Effect of Switchovers, Failovers, and Control File Creation on Backups
对dataguard 官方文档里面的这句话不理解,是否能给出一个样例说明:10.2.0.5的版本号Effect of Switchovers, Failovers, and Control File Creation on BackupsAll the archived redo log files...
分类:其他好文   时间:2014-06-24 13:50:08    阅读次数:226
148条   上一页 1 ... 12 13 14 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!