# Cron Job: purge-30d-output

**Job ID:** 4fa92dc80d57
**Run Time:** 2026-06-09 03:04:17
**Schedule:** 0 3 * * *

## Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

Delete all files under /opt/data/cron/output/reddit-daily/, /opt/data/cron/output/yt-*/ that are older than 30 days. Use find command: find /opt/data/cron/output/ -type f -name "*.md" -mtime +30 -delete. Also delete empty subdirectories under /opt/data/cron/output/ after cleaning files. Log what was deleted to /opt/data/cron/output/reddit-daily/purge-log.md (append, don't overwrite) and /opt/data/cron/output/yt-belgium/purge-log.md with timestamp and count. If nothing to delete, log "Nothing to purge."

## Response

[SILENT]
