-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Is there an existing issue for this?
- 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.
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
- choose Google Drive as destination
- set up Auth ID
- 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-ls264CPU 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'
9445673a45cacd40b550ce6972bf81b4c8e29cfc0d0fa926f5957604775fd1f5Container 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.Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Issues