Access to backups on thin client

I’m aware there’s an option to restore files after a full system crash by rebuilding databases from remote storage:

But I was wondering, for a more shiny day scenario - I’m outside somewhere and somebody asks me for a file I know I have stored in duplicati.

Storage is online (jottacloud via rsync if it would matter), so only think I need is a thin client without 16GB databases perfectly synced with the version on (win11) PC, that runs duplicati as a system service and handles all the backups.


  1. What is the easiest and most efficient way to restore a specific PDF (or meme!) to my mobile?

  1. I’m not aware of an Android-native client, where I would upload encrypted configs, and it would use those to access storage and recover to the Android (not the PC running the service).

  1. If I run some server in the cloud, get duplicati running there, shield it behind some authentication proxy for better security, can I import configuration files there, remove all schedules, and use that?
  2. Would I be able to restore the files to my mobile (and not the VPS)?
  3. If I do so, access the storage location from a different source (my mobile instead of my PC) just to restore files, will it somehow change the storage to the point that it will corrupt the PC’s ability to safely use it?
  4. Is there any chance of issues if my PC starts backing up at the time I start recovering on my mobile? Not typical for my personal use, but this concurrency might happen.

There might be some help eventually if this feature request gets implemented:

Idea for restoring to download inspired that, and it might be more feasible now thanks to recent Duplicati Console work, but it’s unclear issue matches forum, which sought download over Internet. Issue might just be a local convenience.

Having backup file data near Duplicati servers adds security/privacy concerns, however even mere download to a browser could let you use remote browser, provided you can get to your PC – and there are lots of services to help do so.

Some of those tools can transfer files, so maybe that’s an alternative – run live.

Blog post: Cut restore times by 3.8x - A deep dive into our new restore flow
is a good technical description of what it takes to restore – not an easy process.

Prior requests said this too. OTOH a high-end phone is likely faster than my PC.

Restoring encrypted files from backup to an iPhone

Viewing backup saved on Dropbox from Android

Other option besides remote browser or remote desktop type tools might be VPN. Punching a hole in router firewall for FTPS or SSH might also give access to file.

All of those have the drawback of needing PC on. For an off PC, third-party sync somewhere such as Google Drive or better might allow access through that login.

Involving any other service also adds security/privacy issues, so there’s a tradeoff.

Duplicati does not do well even as a sync tool, for reasons you mentioned such as potential of going in for “direct restore” in the middle of remote backup. It might fail, even at the potentially slow DB recreate step. I suppose one could rclone/sync DB.

Restore shouldn’t harm the destination files, and the DB on remote PC is also safe.

Setting this up yourself is some work, but I’m doubtful simple solution exists except going into the running PC with some available tool to grab the latest version of files.

1 Like