找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: bearkr

路由宝潘多拉插件清理缓存脚本

 火.. [复制链接]
发表于 2015-5-15 22:40 | 显示全部楼层
发现还是根据文件数来更新缓存更好些!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-15 23:00 | 显示全部楼层
谢谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-15 23:16 | 显示全部楼层
如果脚本名称huancun
请问一下是不是在计划任务里面添加  sh /mnt/mmcblk0/huancun
就可以了?
对放置脚本目录有什么要求?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 07:34 | 显示全部楼层
支持支持支持
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 07:54 | 显示全部楼层
求个设置教程
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 08:43 | 显示全部楼层
可以详细解释下原理么?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 10:12 来自手机 | 显示全部楼层
看看,看看,
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 10:46 | 显示全部楼层
支持了 谢谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 11:59 | 显示全部楼层
看看............
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 12:08 | 显示全部楼层
好评!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 21:42 | 显示全部楼层
顶楼主啦..希望楼主多发精品好帖啦.....
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 22:14 | 显示全部楼层
感谢分享~~~~~~~~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 22:20 | 显示全部楼层
# 清理缓存
clear()
{
  local path="${youku_disk}/youku/data/youku/youkudisk/"
  local today=$(date +%Y%m%d)
  local gap=2
  local count=0
  echo "准备删除${gap}天前缓存"
  local before_size=$(du ${path}|awk '{printf $1}')
  for f in $(ls ${path})
  do
    local file_date=$(date -r "${path}/${f}" +%Y%m%d)
    if [ $(( ${today} - ${file_date} )) -ge ${gap}  ]; then
      echo "删除: ${file_date} ${path}/${f}"
      let count=${count}+1
      # 先测试,如果靠谱开启此
      # rm -rf "${path}/${f}"
    fi
  done
  local after_size=$(du ${path}|awk '{printf $1}')
  local deleted_size="$(( $(( before_size - after_size )) / 1000))"

  printf "删除完成,共删除%s个过期缓存,共计%sM\n" ${count} ${deleted_size}
}
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 22:22 | 显示全部楼层
支持一下
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-5-16 22:24 | 显示全部楼层
这是什么东西?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-25 08:36

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表