-
根据上次修改日期,在本地文件系统或通过FTP删除备份文件
资源介绍
清理备份
根据上次修改日期在本地文件系统上或通过 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文件的最大年龄,可以以毫秒为单位或人类可读的格式