Backblaze B2 Cloud Storage의 모든 기능에 쉽게 액세스할 수 있음. 더 많은 정보: https://www.backblaze.com/docs/cloud-storage-command-line-tools.
b2 authorize_account {{키_아이디}}
b2 list_buckets
b2 create_bucket {{버킷_이름}} {{allPublic|allPrivate}}
b2 upload_file {{버킷_이름}} {{경로/대상/파일}} {{폴더_이름}}
b2 sync {{경로/대상/소스_파일}} {{버킷_이름}}
b2 copy-file-by-id {{경로/대상/소스_파일_아이디}} {{목적지_버킷_이름}} {{경로/대상/b2_file}}
b2 ls {{버킷_이름}}
b2 rm {{경로/대상/폴더|pattern}}