登录 注册
当前位置:主页 > 资源下载 > 9 > 根据上次修改日期,在本地文件系统或通过FTP删除备份文件

根据上次修改日期,在本地文件系统或通过FTP删除备份文件

  • 更新:2024-09-27 21:11:44
  • 大小:15KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

清理备份 根据上次修改日期在本地文件系统上或通过 FTP 删除文件。 就个人而言,我用它来清理过时的备份文件。 命令行使用 $ npm install -g cleanup-backup # specify threshold and as many locations as you want $ cleanup-backup --threshold 3years /path/to/local/dir ftp://user:password@host/ # or use config file $ cleanup-backup --config /path/to/my/config/file 就个人而言,我使用带有配置文件的cleanup-backup并将其放入我的 crontab 中。 命令行选项: -t , --threshold文件的最大年龄,可以以毫秒为单位或人类可读的格式