Skip to content
  • 删除几天之前的文件
shell
find /home/apps/postgresql/archived_backupfiles/* -ctime +15 -type f -exec rm -f {} \;
find /home/apps/postgresql/archived_backupfiles/* -ctime +15 -type f -exec rm -f {} \;