docker-duplicati icon indicating copy to clipboard operation
docker-duplicati copied to clipboard

[BUG] Google Drive - Folder does not exists

Open agrdbf opened this issue 2 months ago • 2 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

While setting up Google Drive as destination Duplicati is not possible to create a folder or access an existing folder.

Image

Expected Behavior

Asking if the folder is not existing, if it should be created. Or otherwise if the the folder exists, just passing the connection test.

Steps To Reproduce

  1. choose Google Drive as destination
  2. set up Auth ID
  3. fill in "backups" in Folder path

Environment

- OS:Unraid 7.1.4
- How docker service was installed: via unraid
- Image Version: Linuxserver.io version: v2.2.0.0_stable_2025-10-23-ls264

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='duplicati'
  --net='bridge'
  --pids-limit 2048
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="nas"
  -e HOST_CONTAINERNAME="duplicati"
  -e 'SETTINGS_ENCRYPTION_KEY'='SECRET'
  -e 'CLI_ARGS'=''
  -e 'DUPLICATI__WEBSERVICE_PASSWORD'='SECRET'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8200]/login.html'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duplicati-logo.png'
  -p '8200:8200/tcp'
  -v '/mnt/user/backup_local/':'/backups':'rw'
  -v '/mnt/user/':'/source':'rw'
  -v '/mnt/user/appdata/duplicati':'/config':'rw' 'lscr.io/linuxserver/duplicati'
9445673a45cacd40b550ce6972bf81b4c8e29cfc0d0fa926f5957604775fd1f5

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────
Linuxserver.io version: v2.2.0.0_stable_2025-10-23-ls264
Build-date: 2025-11-01T04:01:03+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
Server has started and is listening on *, port 8200
Connection to localhost (::1) 8200 port [tcp/*] succeeded!
[ls.io-init] done.

agrdbf avatar Nov 01 '25 17:11 agrdbf