@kenkendk I also export the backup config and reimport the config to create a new backup with a new authid, and it still failed with the same error.
The following is the config I exported (sensitive information free).
{
"CreatedByVersion": "2.1.0.5",
"Schedule": {
"ID": 1,
"Tags": [
"ID=2"
],
"Time": "2025-08-17T19:00:00Z",
"Repeat": "1D",
"LastRun": "2025-08-16T19:00:00Z",
"Rule": "",
"AllowedDays": null
},
"Backup": {
"ID": "2",
"Name": "Raspberry Pi Server Data",
"Description": "",
"Tags": [],
"TargetURL": "onedrivev2://backup/raspberrypi/server_data?authid=xxxxxxxx",
"DBPath": "/data/Duplicati/WTVMUTDOSH.sqlite",
"Sources": [
"/backup_source/heimall/",
"/backup_source/pihole/",
"/backup_source/uptime-kuma/",
"/backup_source/vaultwarden/",
"/backup_source/wg-easy/",
"/backup_source/guacamole/"
],
"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": "retention-policy",
"Value": "1W:1D,4W:1W,12M:1M",
"Argument": null
},
{
"Filter": "",
"Name": "passphrase",
"Value": "xxxxxxxxx",
"Argument": null
},
{
"Filter": "",
"Name": "--run-script-after",
"Value": "/root/scripts/start_containers.sh",
"Argument": null
},
{
"Filter": "",
"Name": "--run-script-before-required",
"Value": "/root/scripts/stop_containers.sh",
"Argument": null
}
],
"Filters": [],
"Metadata": {
"LastBackupDate": "20250321T190023Z",
"BackupListCount": "6",
"TotalQuotaSpace": "1131723882496",
"FreeQuotaSpace": "891205713920",
"AssignedQuotaSpace": "-1",
"TargetFilesSize": "2084202020",
"TargetFilesCount": "100",
"TargetSizeString": "1.94 GB",
"SourceFilesSize": "3009883442",
"SourceFilesCount": "2047",
"SourceSizeString": "2.80 GB",
"LastBackupStarted": "20250321T190000Z",
"LastBackupFinished": "20250321T190307Z",
"LastBackupDuration": "00:03:07.3835855",
"LastCompactDuration": "00:00:00.8501904",
"LastCompactStarted": "20250321T190257Z",
"LastCompactFinished": "20250321T190258Z",
"LastErrorDate": "20250817T153738Z",
"LastErrorMessage": "Failed to authorize using the OAuth service: Resource temporarily unavailable (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2"
},
"IsTemporary": false
},
"DisplayNames": {
"/backup_source/heimall/": "heimall",
"/backup_source/pihole/": "pihole",
"/backup_source/uptime-kuma/": "uptime-kuma",
"/backup_source/vaultwarden/": "vaultwarden",
"/backup_source/wg-easy/": "wg-easy",
"/backup_source/guacamole/": "guacamole"
}
}