I just created a new backup job to the same Storj storage, using the same advanced options but into a different folder and Duplicati also crashes.
Created another new backup job to the same Storj storage, using the default options (no advanced options) and Duplicati also crashes.
Seems to be something fundamentally broken with Duplicati backing up to Storj?
Backup jobs are using AES-256 encryption and StorJ authentication using an Access Grant.
Here is a config used in the 2nd (most simple) backup job, some values changed for privacy.
{
"CreatedByVersion": "2.1.0.2",
"Schedule": null,
"Backup": {
"ID": "7",
"Name": "Media to Storj",
"Description": "",
"Tags": [],
"TargetURL": "storj://storj.io/config?storj-auth-method=Access%20grant\u1234storj-satellite=us1.storj.io%3A7777\u1234storj-bucket=backup-duplicati\u5678storj-folder=Media",
"DBPath": "/config/TEMEXWUCAK.sqlite",
"Sources": [
"/source/Media/"
],
"Settings": [
{
"Filter": "",
"Name": "encryption-module",
"Value": "aes",
"Argument": null
},
{
"Filter": "",
"Name": "compression-module",
"Value": "zip",
"Argument": null
},
{
"Filter": "",
"Name": "dblock-size",
"Value": "50MB",
"Argument": null
},
{
"Filter": "",
"Name": "keep-versions",
"Value": "2",
"Argument": null
}
],
"Filters": [],
"Metadata": {},
"IsTemporary": false
},
"DisplayNames": {
"/source/Media/": "Media"
}
}