Replies: 2 comments 2 replies
-
With inotify, paperless also watches for renamed files. I assume that once your *.pdf.filepart is fully copied, your client moves that to *.pdf. If paperless does not pick up the renamed file, then that's an issue with the file system or the FTP server, and I cannot do anything about that. |
Beta Was this translation helpful? Give feedback.
-
Without coding a "wait until the file size is the same as it was five seconds ago"-delay or an "only consume files that are at least five minutes old"-criterion into paperless, the easiest way is probably to have the printer scan to a staging folder and have a script watching that folder and only moving things into Paperless's consume folder when they're done uploading. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When importing a document with FTP in the consume directory the consumer starts his process before the file has finished copying and I get the following error:
WARNING Not consuming file /usr/src/paperless/src/../consume/****.pdf.filepart: Unknown file extension.
After which the consumer stops and the final file is not processed.
I am running paperless on docker.
Any way to fix this issue? I have configured it to poll the directory for now, but I would prefer to use the inotify system.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions