# /etc/cron.d/phpgroupware-filemanager: crontab fragment for phpgroupware-0.9.16-filemanager
# This purges uploaded files older than 24 hours

# Look for and purge old sessions every 30 minutes
05,35 *     * * *     root   [ -d /var/lib/phpgroupware/uploaded ] && find /var/lib/phpgroupware/uploaded/ -type f -cmin +1440 -print0 | xargs -n 200 -r -0 rm
