encryptio / git-annex-remote-b2

git-annex special remote for Backblaze's B2
MIT License
39 stars 9 forks source link

Change of application key #2

Closed ghost closed 8 years ago

ghost commented 8 years ago

According to this newsletter it will be neccessary to change the application key for b2. How do I do that with the special remote?

encryptio commented 8 years ago

Run git annex enableremote $REMOTENAME appkey=... and git-annex will record a new app key in its config. For all the other repositories, git annex sync will update the new settings and make them available.