Before starting check if you got Python installed, i did this with PIP3

1st:
Install B2_Command_Line_Tool https://github.com/Backblaze/B2_Command_Line_Tool
Code: Select all
pip install b2
Update Vesta config $VESTA/conf/vesta.conf BACKUP_SYSTEM (local,b2 or only b2)
3nd:
Create $VESTA/conf/b2.backup.conf contains
BUCKET=<bucket_name>
B2_KEYID=<Application_Key_ID>
B2_KEY=<key> 4rd:
Edit your CLI files as the follow :
https://github.com/sexymeow/vesta/pull/1/files
Files to edit:
-v-restore-user
-v-delete-user-backup
-v-backup-user
In case Backblaze B2 Application Keys fail to authorize, heres what i did:
Code: Select all
curl https://api.backblazeb2.com/b2api/v2/b2_authorize_account -u "APPLICATION_KEY_ID:APPLICATION_KEY"
curl https://api.backblazeb2.com/b2api/v2/b2 ... ze_account -u "0345234234280000000012:K003234234234234234234czzzz1A"
I followed this instructions: https://github.com/duplicati/duplicati/issues/3366
it should work, if anyone needs help let me know
