iis服务器助手广告广告
返回顶部
首页 > 资讯 > 精选 >shell脚本实现自动化下载并检测ftp文件备份
  • 802
分享到

shell脚本实现自动化下载并检测ftp文件备份

2023-06-09 17:06:39 802人浏览 薄情痞子
摘要

本篇内容介绍了“shell脚本实现自动化下载并检测ftp文件备份”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!实现代码:#!/bin/bas

本篇内容介绍了“shell脚本实现自动化下载并检测ftp文件备份”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

实现代码:

#!/bin/bash#ftime0=$(ll /root/hbshell/down.txt | awk '{print $7}')#ftime1=$(ll /root/hbshell/down.txt | awk '{print $7}')touch /root/hbshell/down.txt while :doif [[ /root/hbshell/down.txt -nt /root/hbshell/down_cp.txt ]]then user=rootpasswd=19871022host=192.168.1.202dir=/tmp/down/$(date +%Y%m%d)/$(date +%H%M)mkdir -p $dircd $dir#cat /root/hbshell/down.txt|sed -e 's#^ */##' -e 's# *##' -e 's#^[^a-zA-Z]*##'>/root/hbshell/zdown.txtcat /root/hbshell/down.txt|sed 's#^[^a-zA-Z]*##'>/root/hbshell/zdown.txt declare -a gg=($(cat /root/hbshell/zdown.txt))declare -i ifor ((i=0;i<${#gg[@]};i=$i+1))doecho ${gg[$i]}|grep -q "/"if echo $?| grep -q 0then tmpdir=$(echo ${gg[$i]} | sed 's#\(.*/\)\(.*$\)#\1#')mkdir -p ./$tmpdir fidone/usr/bin/ftp -i -in <<!open $host user $user $passwdbinmget $(echo ${gg[@]}) bye! declare -i jdeclare -i numnum=0for ((j=0;j<${#gg[@]};j=$j+1))doif [[ -f $(echo ${gg[$j]}) ]] then ls -l $(echo ${gg[$j]})num=$num+1 elseecho -e "\033[31m File ${gg[$j]} is not down!! \033[0m"  fi doneecho "That Files all down total is $num "\cp /root/hbshell/down.txt /root/hbshell/down_cp.txtfidone

“shell脚本实现自动化下载并检测ftp文件备份”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注编程网网站,小编将为大家输出更多高质量的实用文章!

--结束END--

本文标题: shell脚本实现自动化下载并检测ftp文件备份

本文链接: https://www.lsjlt.com/news/256947.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作