Add scheduled backup feature with document exporter#352
Add scheduled backup feature with document exporter#352joshuamerold wants to merge 7 commits intoBenoitAnastay:mainfrom
Conversation
|
Thanks a lot for your contribution, I'm currently kinda busy but I'll give it a look. |
6a03221 to
2adb768
Compare
2adb768 to
1f4b67d
Compare
paperless-ngx/config.yaml
Outdated
| ingress_auth: false | ||
| tika_gotenberg: false | ||
| backup_enabled: false | ||
| backup_path: /share/paperless/exports |
There was a problem hiding this comment.
You must avoid absolute path since it's a docker container.
If files aren't dropped into /share/ it will be lost in the void of the running instance file system
There was a problem hiding this comment.
I think I’ve resolved the problem as you mentioned, but I’m not entirely sure: Fix backup path check and default value
f47145b to
7be643e
Compare
|
I'm sorry I currently don't have time to maintain this project. I can maybe add you as a maintainer so I don't leave the userbase without updates? |
|
No worries. |
|
Sure, you can reach me by mail then we can talk through a messaging app. |
I've contacted you via mail |
|
At benoit@anastay.dev ? I haven't received anything. |
|
Yes I have just send another one. |
Feel free to contact me via the given email. |
|
For this PR I still need somme changes I can do the needed edits if I find the time |
This pull request introduces a scheduled backup feature for the document exporter in the Paperless Home Assistant Add-on.
Implementation details / Changes:
This PR partially addresses the discussion in Issue #203
Feedback and suggestions are welcome!