Skip to content

Instantly share code, notes, and snippets.

@niecore
Created October 28, 2021 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niecore/5d7c014183f0db6ed133b29d88c321b0 to your computer and use it in GitHub Desktop.
Save niecore/5d7c014183f0db6ed133b29d88c321b0 to your computer and use it in GitHub Desktop.
Recover backblaze rclone backup.md
1. Create new API Key on Backblaze
Login via password and 2FA
2. Create remote for b2
[b2]
type = b2
account = keyID
key = <applicationKey>
hard_delete = true
3. Create remote for decryption
[b2_crypt]
type = crypt
remote = b2:/
filename_encryption = standard
password = "WILL BE GENERATED FROM YOUR INPUT"
4. Copy files from remote to local drive
rclone copy b2_crypt:/ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment