全部博文(535)
发布时间:2014-01-17 12:27:17
rhel5.4 先升级ssh安装sftp.rar操作系统:[root@station28 ~]# cat /etc/issue.netRed Hat Enterprise Linux Server release 5.4 (Tikanga)Kernel \r on an \m[root@station28 ~]# uname -aLinux station28.example.com 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux在.........【阅读全文】
发布时间:2014-01-16 17:28:22
#!/bin/bash################################################################### # Usage:# backup_rman_v1.1.sh [all|repeat|sync]# all: list all backup file.# repeat: repeat level-1 increment backup.# sync: s.........【阅读全文】
发布时间:2014-01-16 17:24:57
linux配置sftp服务器添加用户组 groupadd sftp 添加用户并设置为sftp组 useradd -g sftp -s /sbin/nologin -M sftp 修改sftp用户的密码 passwd sftp *********** 创建sftp用户.........【阅读全文】
发布时间:2014-01-16 09:34:58
rman target / << EOF run { allocate channel c1 type disk; backup incremental level 0 tag 'db0' format '/oradata/oradb/%d_%T_%s'.bak database include current controlfile; delete noprompt obsolete ; release channel c1 ; &.........【阅读全文】