[ZendTo] Incoming Folder Piling up

John Thurston john.thurston at alaska.gov
Mon Oct 16 22:00:51 BST 2023


'incoming' is where files are accumulated as users 'drop' them off.

When the entire file has been uploaded, it is assembled and passed over 
to be virus scanned, etc. At that time is moved from 'incoming' to 
'dropoffs'


If you are seeing files piling up in 'incoming', it indicates that 
uploads are being terminated before they are completed. The files in 
'incoming' are NOT affected by your deletion of competed drop offs! As 
mentioned elsewhere, a cron job will delete files in 'incoming' which 
are older than 24 hours.


IMHO, you can safely clobber anything in 'incoming' which is older than 
a couple of hours. If a customer hasn't been able to upload the next 
segment of their file in that amount of time, their browser (or your 
firewall) is going to kill their session anyway. But that's just my 
opinion.  Set your own threshold, and do a manual cleanup whenever you like:

   find -H /var/zendto/incoming/ -type f -mmin +360 -delete

--
Do things because you should, not just because you can.

John Thurston    907-465-8591
John.Thurston at alaska.gov
Department of Administration
State of Alaska

On 10/16/2023 5:24 AM, Manisha Sharma via ZendTo wrote:
> Hello Team,
>
> Over the last week I have seen that zendto has been low on storage. We 
> have 2 TB of storage assigned to it but it keeps getting low.
>
> The incoming foder is 312 gb and even when I manually delete the drop 
> offs, it stays the same.
>
> Can you please assist me?
>
> Thank you
>
> Manisha Sharma
>
> IT System Administrator
>
>
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://jul.es/mailman/listinfo/zendto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jul.es/pipermail/zendto/attachments/20231016/dadf5a6d/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-2mxnqawz.png
Type: image/png
Size: 382544 bytes
Desc: not available
URL: <http://jul.es/pipermail/zendto/attachments/20231016/dadf5a6d/attachment-0001.png>


More information about the ZendTo mailing list