05
2024
06

小雅清理云盘空间

https://www.bilibili.com/video/BV1Vm4y1x7Cp/?spm_id_from=333.788.recommend_more_video.-1&vd_source=1f78a6ec91e369f4f001b38d1e9821f1


模式0:每天自动清理一次。如果系统重启需要手动重新运行或把命令加入系统启动。 bash -c "$(curl -s https://xiaoyahelper.zengge99.eu.org/aliyun_clear.sh | tail -n +2)" -s 0 -tg 模式1:一次性清理,一般用于测试效果。 bash -c "$(curl -s https://xiaoyahelper.zengge99.eu.org/aliyun_clear.sh | tail -n +2)" -s 1 -tg 模式2:已废弃 模式3:创建一个名为 xiaoyakeeper 的docker定时运行小雅转存清理并升级小雅镜像 bash -c "$(curl -s https://xiaoyahelper.zengge99.eu.org/aliyun_clear.sh | tail -n +2)" -s 3 -tg 模式4:同模式3 模式5:与模式3的区别是实时清理,只要产生了播放缓存一分钟内立即清理。签到和定时升级同模式3 bash -c "$(curl -s https://xiaoyahelper.zengge99.eu.org/aliyun_clear.sh | tail -n +2)" -s 5 -tg




« 上一篇 下一篇 »