Saltar a contenido

Backblaze B2

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

Si añade el almacenamiento sin las opciones de clave, se le pedirá que introduzca Application Key Id y Application Key.

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

También puede indicar Application Key Id o Application Key como opciones.

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]

Advertencia

El historial del shell guarda los comandos. Si es posible, le recomendamos no escribir un valor en la opción --app-key.

Si no especifica un directorio de montaje, el almacenamiento se monta en un directorio dentro de /mnt, como /mnt/backblaze. Para especificar el directorio de montaje, use la opción --mount-path.

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

Opciones adicionales

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

Véase también