Files
fedora-infra_ansible/roles/batcave/files/pdr.cron
Kevin Fenzi 757c4f65c3 batcave01: only try and delete files here
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-07-13 13:36:05 -07:00

2 lines
93 B
Plaintext

0 12 * * * root /usr/bin/find /srv/web/infra/pdr/ -type f -ctime +7 -print0 | xargs -0 rm -f