#!/bin/env shell
SYS_md5=`cat SYS_md5` scp -pr $SYS_USER@$SYS_IP:$SYS_PATH $BACK_DIR/$DATE/ echo "进行压缩备份...…
#! /bin/zsh # # Auther: <a href="mailto:dong.worker@gmail.com">james become</a>…
#!/bin/sh START_URL='https://www.google.com.hk/logos/2013/mom/hdcards/' for i in {1..3}; d…
rcfile格式: hive --rcfilecat /file/tblog/page_claim/ lzo格式 hadoop fs -cat /file/tblog/page_c…
find -type f|xargs grep -ns '/file/rsync/huati_use_user/'
#!/bin/bash #Program # delete the database'info whick state is 3 #History: # 2014/2/23 cjp…
#!/bin/bash # author: sean.tangx # # function: check md5sum [ $# -eq 0 ] && exit i…
#!/bin/bash #set -x #date: 2013-01-06 #Description: 一键安装LNMP环境 #Version: 0.1 #Author: Wol…
脚本描述 每7天备份一次所有数据,每天备份binlog,也就是增量备份. (如果数据少,每天备份一次完整数据即可,可能没必要做增量备份) 作者对shell脚本不太熟悉,所以很多地方…
#!/bin/bash #author: QingFeng #qq: 530035210 #blog: http://my.oschina.net/pwd/blog #自动监控ur…
#!/bin/bash #Program: #1.输入目录 read -p "请输入要清理包含tomcat的目录:" dir if [ ${dir} == "" -o ! -d $…