Ir para o conteúdo

Backblaze B2

raidrivecli add backblaze --bucket-id <bucket-id> --bucket <bucket>

Se adicionar o armazenamento sem as opções de chave, é-lhe pedido que introduza os valores Application Key Id e Application Key.

$ raidrivecli add backblaze --bucket-id mybucketid --bucket mybucket
Application Key Id: <key-id>
Application Key: ********

Em alternativa, pode especificar Application Key Id ou Application Key como opções.

raidrivecli add backblaze --bucket-id <bucket-id> --bucket <bucket> \
                          --app-key-id <key-id>
raidrivecli add backblaze --bucket-id <bucket-id> --bucket <bucket> \
                          --app-key-id <key-id> \
                          --app-key [key]

Aviso

Os comandos da shell ficam registados no histórico. Se possível, recomendamos que não indique um valor na opção --app-key.

Se não especificar um diretório de montagem, o armazenamento é montado num diretório dentro de /mnt, como /mnt/backblaze. Para especificar o diretório de montagem, utilize a opção --mount-path.

raidrivecli add backblaze --bucket-id mybucketid --bucket mybucket \
                          --mount-path /myservices/backblaze

Opções adicionais

--bucket-id <bucket-id>                 bucket id
--bucket <bucket>                       bucket
--app-key-id <key-id>                   application key id
--app-key [key]                         application key

Consulte também