This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Can backups be scheduled as a task in paperless-ng #577
-
I have seen in the docs that you can backup the documents using the document_exporter. with docker Is it possible to run this command (on a daily basis) as a scheduled task?. If seen other commands like sanity_checker that runs as a scheduled task and can be run manually. |
Beta Was this translation helpful? Give feedback.
Answered by
jonaswinkler
Feb 20, 2021
Replies: 1 comment 2 replies
-
See #508. However, I'd run the exporter as a cron job on the host system, as part of a script that also does incremental backups with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jonaswinkler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #508.
However, I'd run the exporter as a cron job on the host system, as part of a script that also does incremental backups with
rsync
.