Help with accessing source files

Hello,
Newbie here.
Have managed installing duplicati through portainer on OMV.
I can’t add source files as ‘srv’ shows as an empty folder in duplicati. I understand that this is something to do with permissions but I can’t seem to figure this out.
Would appreciate if someone could help with with this.

Thanks

I’ll start with, we don’t support our recommend portainer to deploy images. With that said, you would need to provide more info to get help, you’ve provided nothing that would help us determine where you messed up

Hi,
I used this guide:

and I entered the following code in the “web editor”.

---
services:
  duplicati:
    image: lscr.io/linuxserver/duplicati:latest
    container_name: duplicati
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - CLI_ARGS= #optional
    volumes:
      - /path/to/appdata/config:/config
      - /path/to/backups:/backups
      - /path/to/source:/source
    ports:
      - 8200:8200
    restart: unless-stopped

I am able to access duplicati through the web interface but unable to add a source folder since ‘srv’ is blank.

Thanks

You haven’t replaced -any- of the placeholder/example paths in the volumes. You need to be replacing them to relevant paths on your host.

I had no idea I was supposed to do that and I don’t think I know that to do… :slight_smile:
Where can I find the path in OMV?
Thanks

You’re getting in to how to use your omv system here. I’m not saying no one will answer you, but it’s well out of scope and unrelated to docker

I understand.
Appreciate the help.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.