From 264bcefd72005de7ebe3847d3a3dfe8c8e1ebcbc Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Sun, 23 Feb 2025 11:38:45 -0700 Subject: [PATCH] Update README.md Add info about new paperless_temp_clean.sh --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 12faa3c..d7a845d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ A script to fix IP address-related issues. Specifically resolves Docker not bein A script to update the YACReader-server library from within the Docker Container. Run this when you add new comics to your Yacreader-server folder and then you'll be able to read your comics. Can take a while if you're adding a lot or large documents. +### `paperleess_temp_clean.sh` + +A script to clean out the tmp files generated [Paperless-NGX](https://github.com/paperless-ngx/paperless-ngx). Useful for when you're ingesting a lot of files at once. I have it set with a cron job 6 hours +``` +0 */6 * * * +``` + ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.