(Couldn't find the edit button, so adding some context to the post)
- Calibre 5.22.1 linuxserver.io docker
- Files were CBZ, CBR, so some files can be as large as 1GB
When restarting the docker, the /tmp/ files were not cleaned up, and Calibre created a new directory for itself in /tmp/. I suspect that might be a problem of the docker so created a startup script that purges /tmp/calibre* before starting.
How can I keep Calibre temp directory clean, and a reasonable size, without restarting the Docker and manually clearing the cache?
|