Preskoči na sadržaj

IDrive e2

raidrivecli add idrive --bucket <bucket> --endpoint <address>

Ako pohranu dodate bez opcija, od vas će se zatražiti da unesete Access Key ID i Secret Access Key.

$ raidrivecli add idrive --bucket mybucket \
                         --endpoint https://abcd.region.idrive2-ee.com
Access Key ID: <access-key-id>
Secret Access Key: ********

Access Key ID ili Secret Access Key možete navesti i kao opcije.

raidrivecli add idrive --bucket <bucket> --endpoint <address> \
                       --access-key-id <key>
raidrivecli add idrive --bucket <bucket> --endpoint <address> \
                       --access-key-id <key> \
                       --secret-access-key [secret]

Upozorenje

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

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

raidrivecli add idrive --bucket mybucket \
                       --endpoint https://abcd.region.idrive2-ee.com \
                       --mount-path /myservices/idrive

Dodatne opcije

--bucket <bucket>                       bucket
--endpoint <address>                    address (e.g. https://host.example.com)
--access-key-id <key>                   access key id
--secret-access-key [secret]            secret access key

Pogledajte i