Exporting containers is not a backup.
Self-Hosted Main
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
Thanks. Is actually exporting whole folder a better solution ? This is what Paperless NGX is telling to do in official doc
Options available to docker installations: Backup the docker volumes. These usually reside within /var/lib/docker/volumes on the host and you need to be root in order to access them.
Paperless uses 4 volumes:
paperless_media: This is where your documents are stored.
paperless_data: This is where auxillary data is stored. This folder also contains the SQLite database, if you use it.
paperless_pgdata: Exists only if you use PostgreSQL and contains the database.
paperless_dbdata: Exists only if you use MariaDB and contains the database.
My Paperless NGX install is actually
Paperless
- consume
- data
- db (with PG subfolders)
- Export
- Media
- Redis
Thank you very much for your help !