Comment on [Help] Backing up Nextcloud with Duplicati (Docker)
7Sea_Sailor@lemmy.dbzer0.com 1 year ago
Why are you mounting the volume with the file system path, instead of the volume name? You should be able to mount the volume normally by specifying it in the volume section, i.e.
services: duplicati: volumes: - nextcloud_data:ro volumes: - nextcloud_data - external: true
That should grant Duplicati read-only access to the entire volume without messing around with absolute file paths.
avnrt@lemmy.world 1 year ago
Thanks, I didn’t fully understand the syntax before. I now see the volume in the duplicati GUI, but not its contents. When I just back up the entire volume, the backup size is basically zero (should be more like 800MB).