Any of you guys see anything like this before? I'm new to the product and using the trial version trying to see if I can get it to work. Attempting to backup to B2 storage.
2019-06-14 15:40:53,937667 [ERROR]: [ CBB ] [ 4 ] Backup finished: /raid1/pictures/xxxxxx.jpg with errror: Not a valid bucket_id:
A piece of log provided is that sufficient.
It could be a permissions issue. Are you using an application key?
Please send logs (tools -> diagnostic) to support and add a link to this thread.
Thanks
Hi.
I had the same issue. It seams like adding the B2 storage through the web GUI gets the bucketId wrong. It worked after updating it with the CLI.: cbb editAccount -d "B2" -c "bucketID"
Did you add the bucket via WEB UI like Rasmus?
If not, check if you have any bucket restrictions on B2 side, make sure you're able to list all of the buckets on the account.
Was same for me.
If I create a Bucket or Change any via WebUI the error ocour.
Txs Rasmus, its working with fix in command line:
cbb editAccount -d "B2" -c "bucketID"