签到成功

知道了

CNDBA社区CNDBA社区

备份datax json脚本

2022-07-28 18:39 1051 0 原创 SHELL
作者: hbhe0316
#!/bin/sh
###Defile Ftp Server Ip
FtpServerIp=xx.xx.xx.xxx
FtpUser=ftpuser
FtpUserPassword=ftpuser
IPADDR=`/sbin/ifconfig $(netstat -rn |grep ^0.0.0.0|awk '{print $NF}') |grep -w inet|awk '{print $2}'`

zipdataxjson(){
    tar cPf /tmp/log/`hostname`_dataxjson_$(date +%y%m%d).tar /datax/job/*.json
    dataxjson=`hostname`_dataxjson_$(date +%y%m%d).tar
}

putCheckLogtoFtp(){
    ping -c 3 -w 3 $FtpServerIp > /dev/null
    if [[ $? == 0 ]];then
        which ftp > /dev/null 2>&1
        if [[ $? == 0 ]];then
ftp -n<<!
open $FtpServerIp
user $FtpUser $FtpUserPassword
binary
cd /dataxjson/ 
lcd /tmp/log
prompt
put $dataxjson
close
bye
!
        else
            echo "Current OS does not have ftp command." >> /tmp/log/ftp.out
        fi
    else
        echo "Can't Ping $FtpServerIp,check failed." >> /tmp/log/ftp.out
    fi

}

main(){
    zipdataxjson
    putCheckLogtoFtp
}

main
http://www.cndba.cn/hbhe0316/article/108572 http://www.cndba.cn/hbhe0316/article/108572
http://www.cndba.cn/hbhe0316/article/108572
http://www.cndba.cn/hbhe0316/article/108572 http://www.cndba.cn/hbhe0316/article/108572 http://www.cndba.cn/hbhe0316/article/108572 http://www.cndba.cn/hbhe0316/article/108572 http://www.cndba.cn/hbhe0316/article/108572 http://www.cndba.cn/hbhe0316/article/108572
http://www.cndba.cn/hbhe0316/article/108572

版权声明:本文为博主原创文章,未经博主允许不得转载。

Linux

用户评论
* 以下用户言论只代表其个人观点,不代表CNDBA社区的观点或立场
hbhe0316

hbhe0316

关注

1.只有承认无知,才能装下新的东西; 2.进步来自一点点滴滴的积累; 3.广博让你更优秀,而专业让你无法替代; 4.挫折和失败能够转换为一种财富。

  • 889
    原创
  • 1
    翻译
  • 13
    转载
  • 24
    评论
  • 访问:1038904次
  • 积分:1523
  • 等级:核心会员
  • 排名:第6名
精华文章
    最新问题
    查看更多+
    热门文章
      热门用户
      推荐用户
        Copyright © 2016 All Rights Reserved. Powered by CNDBA · 皖ICP备2022006297号-1·

        QQ交流群

        注册联系QQ