Backing Up Duplicati

I am using Duplicati to backup a bunch of stuff to Amazon S3. I also included the Duplicati config folder itself to be backed up. I am wondering if that’s necessary. I got all the passphrases for each backup. The Duplicati folder has a lot of SQLite databases, some multiple GiBs in size. Can I safely exclude those (assuming I might lose my Duplicate installation and need to restore things from scratch)?

Thanks,
Sebastian

Hello and welcome!

In the past I experimented with backing up the Duplicati sqlite files. This usually involved setting up a secondary backup job that backed up the database of the other job, since while a backup is running the job’s own database is being modified and may not be consistent.

But I abandoned that approach and think it is unnecessary. If you have json exports of your backup jobs, it’s very easy to recreate the job. Test recreation of the database. It should be fairly quick and not require any dblocks to be downloaded.

Also, after upgrading Duplicati and you have no problems after a couple days, feel free to delete the ‘backup*.sqlite’ files.

1 Like