Hi everyone,
I’m on Windows and I’m trying to recover files from an old backup, but I’m stuck due to missing .dlist files.
Situation
- I had two Duplicati backups configured to write to two remote destinations.
- I lost the data on one of the remote destinations entirely.
- On the other remote destination I still have access to the backup files, but I’m missing the
.dlistfiles for the period I need (year 2023 or earlier). - Because of that, I cannot recreate/build the database from the backend for that time range.
What I still have
- I can access the backend files on the remaining remote destination (I have the
.dblockand.dindexfiles for that period). - Locally, under
C:\Users\<user>\AppData\Local\Duplicati\, I see multiple.sqlitedatabase files (and related files).
Some may be from older configurations that were never deleted.
Based on file timestamps, some DB files have last modified dates in 2023.
Questions
- Is it possible to restore/recover backups using only
.dblock+.dindex(without.dlist), in a way that preserves original filenames/paths?
Or is that only possible via a “raw” reconstruction (e.g., reassemble) that loses names? - If I have a local database
.sqlitefrom 2023, can I use it to perform a restore even if the backend is missing.dlistfor that time range?
Thanks in advance