In fact, I looked in the wrong way.
I removed the two line I added in fstab and I do mount any things with sudo mount -a
I edited the file paperless-ngx/docker-compose.yml
I remplaced the line
by
and I added the lines
bellow redisdata
I run and I checkedthen I run the backup withand then I was happy to see a zip file with my backup on my Synology NAS into the volume 'paperless' ![Smile :)]()
I removed the two line I added in fstab and I do mount any things with sudo mount -a
I edited the file paperless-ngx/docker-compose.yml
I remplaced the line
Code:
- ./export:/usr/src/paperless/exportCode:
- export:/usr/src/paperless/exportCode:
export: driver: local driver_opts: type: "nfs" o: "addr=192.168.1.114,rw" device: ":/volume1/paperless"Code:
volumes: redisdata: export: driver: local driver_opts: type: "nfs" o: "addr=192.168.1.114,rw" device: ":/volume1/paperless"Code:
sudo mount -l |grep paperlessCode:
sudo mount -l |grep paperlessCode:
docker compose exec webserver document_exporter ../export -fpzStatistics: Posted by pierrot10 — Tue Jan 20, 2026 11:00 pm