Preskoči na sadržaj

Backblaze B2

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

Ako pohranu dodate bez opcija za ključ, od vas će se zatražiti da unesete Application Key Id i Application Key.

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

Application Key Id ili Application Key možete navesti i kao opcije.

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]

Upozorenje

Naredbe ljuske bilježe se u povijesti. Ako je moguće, preporučujemo da opciji --app-key ne navodite vrijednost.

Ako ne navedete direktorij za montiranje, pohrana se montira u direktorij unutar /mnt, npr. /mnt/backblaze. Da biste odredili direktorij za montiranje, upotrijebite opciju --mount-path.

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

Dodatne opcije

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

Pogledajte i