Hi everyone,
I am experiencing a critical issue during my initial setup of Duplicati. While the backup process to Google Drive completes without any reported errors, the restore process fails consistently with a technical error.
Setup:
-
Duplicati Version: Duplicati with - 2.2.0.3 - 2.2.0.3_stable_2026-01-06 (Running in Docker via
lscr.io/linuxserver/duplicati:latest) -
OS: Debian-based NAS
-
Backend: Google Drive (via AuthID)
-
Encryption: AES-256 (Built-in)
The Issue: After a successful initial backup of approximately 2GB of data (Docker configs and system files), I attempted a restore test.
-
I selected a single small log file (~100KB) to restore.
-
I chose a specific restore path that has full write permissions (
/config/restore-test/). -
The restore fails immediately with the following error:
Index was outside the bounds of the array.
Steps I have already taken:
-
Database Repair: I ran the “Repair” button. It completed, but the restore still failed with the same error.
-
Database Recreate: I deleted the local database and let Duplicati recreate it from the cloud files. The recreate process finished successfully, but the restore still results in the same
IndexOutOfRangeException. -
Permissions Check: I confirmed the container has write access to the restore folder. When I try to restore to a Read-Only mount, I get a proper “Permission Denied” error, but when pointing to a writable volume, I get the Array Index error instead.
-
Clean Slate: I have manually emptied the Google Drive folder, wiped the local
/configfolder, and started a fresh backup. The first restore attempt on this brand-new backup immediately threw the same error.
Logs: The logs show a System.IndexOutOfRangeException during the Run() -> ... -> DoRun() sequence.
This is a fresh install and I am worried about the reliability of the backups if the very first restore test fails on a basic index error. Is this a known bug with the current Beta/Docker image or is there a specific setting in the Google Drive backend that causes this?
Any help would be greatly appreciated.

