Deduplicated backups (e.g. Borg or restic) #581
Replies: 5 comments
-
runrestic is one of the more promising attempts to provide restic for Python. |
Beta Was this translation helpful? Give feedback.
-
@bittner What could this package do better than |
Beta Was this translation helpful? Give feedback.
-
Integration with Django for both the database data and the static files? Really, all the restic wrappers are just there because restic itself doesn't provide a way to maintain a configuration. The "promising" from above relates to merely the rather poor state of the other restic-related packages. 😔 At least, for what I can see. |
Beta Was this translation helpful? Give feedback.
-
If you'd like to provide a patch for this it would be welcome. If you take this on, please do describe the approach you'd like to take so that we can agree that it sounds sensible for both of us :). |
Beta Was this translation helpful? Give feedback.
-
Hi @bittner If you add the https://django-dbbackup.readthedocs.io/en/master/configuration.html#dbbackup-tmp-file-max-size |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
IIUC, the current feature set requires you to handle rotating the backups yourself.
These problems are solved by backup applications that do deduplicated backups, such as Borg or Restic. The latter is a Go implementation, the former a Python tool.
Would it be realistic to try and integrate those tools in django-dbbackup? Calling them as external binaries would likely be sufficient.
Beta Was this translation helpful? Give feedback.
All reactions