Is there an existing issue for this?
Current Behavior
Execute any backup and always appears the same error from the last update.
Expected Behavior
No errors.
Steps To Reproduce
- Execute backup
- Wait some minuts
- Appears the error
Environment
Docker in Linux Ubuntu 24.04
CPU architecture
x86-64
Docker creation
duplicati:
restart: unless-stopped
container_name: duplicati
ports:
- '8200:8200'
environment:
- PUID=0
- PGID=0
volumes:
- '/dockerData/Duplicati/config:/config'
- '/dockerData/Duplicati/backups:/backups'
- '/dockerData:/source'
networks:
custom_network:
ipv4_address: 172.19.0.3
image: lscr.io/linuxserver/duplicati:latest
Container logs
One or more errors occurred. (The file duplicati-ieb1bc528c7b4404592c80d5ce3cae324.dindex.zip.aes was uploaded but the returned size was -1 and it was expected to be 7949 (The file duplicati-ieb1bc528c7b4404592c80d5ce3cae324.dindex.zip.aes was uploaded but the returned size was -1 and it was expected to be 7949) (One or more errors occurred. (The file duplicati-ieb1bc528c7b4404592c80d5ce3cae324.dindex.zip.aes was uploaded but the returned size was -1 and it was expected to be 7949)))
Is there an existing issue for this?
Current Behavior
Execute any backup and always appears the same error from the last update.
Expected Behavior
No errors.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
duplicati: restart: unless-stopped container_name: duplicati ports: - '8200:8200' environment: - PUID=0 - PGID=0 volumes: - '/dockerData/Duplicati/config:/config' - '/dockerData/Duplicati/backups:/backups' - '/dockerData:/source' networks: custom_network: ipv4_address: 172.19.0.3 image: lscr.io/linuxserver/duplicati:latestContainer logs