Chris wrote:
Good catch — you're right, Duplicati can't see /opt/sparkbox/backups today, that's a real gap and I've flagged it to Tom. There's a safe way to add it yourself right now though. Create /opt/sparkbox/state/overrides/backup.yml with: services: duplicati: volumes: - /opt/sparkbox/backups:/source/sparkbox-backups:ro Then run sudo sparkbox up. That file survives updates, so it won't get wiped. After that, add /source/sparkbox-backups as a source folder in your Duplicati job and it'll start picking up your on-box backups for offsite copying too.