[ZendTo] ANNOUNCE: Version 5.10-1 "production" released

Keith Erekson kbe2 at lehigh.edu
Fri Jul 6 21:16:35 BST 2018


fwiw, you can just pass "-delete" directly to the find command instead
of -print0

~Keith


On 07/03/2018 04:53 AM, Jules Field via ZendTo wrote:
> ZendTo doesn't automatically remove derelict files as part of the PHP
> initialisation, because there is really no such thing as "the PHP
> initialisation". I could add a cron job that deleted any files in
> /var/zendto/incoming which were more than a few hours old, but that's
> about it. If you would like to add that yourself, you just need to run
> a command like this every 4 hours:
>
> find /var/zendto/incoming -type f -mmin +240 -print0 | xargs -0 rm -f 




More information about the ZendTo mailing list