विषय पर बढ़ें

Azure

raidrivecli add azure --azure-storage-type <blob|file>

बिना किसी विकल्प के स्टोरेज जोड़ने पर, आपसे Account और Key दर्ज करने को कहा जाएगा।

raidrivecli add azure --azure-storage-type blob
Account: <account>
Key: ********

वैकल्पिक रूप से, Account या Key को विकल्पों के रूप में भी निर्दिष्ट किया जा सकता है।

raidrivecli add azure --azure-storage-type <blob|file> \
                      --azure-storage-account <account> \
                      --azure-key [key]

चेतावनी

शेल कमांड हिस्ट्री में दर्ज होते हैं। संभव हो तो --azure-key विकल्प में सीधे मान न डालें।

माउंट निर्देशिका निर्दिष्ट न करने पर, यह /mnt के अंदर /mnt/azure जैसी किसी निर्देशिका में माउंट होगी। माउंट निर्देशिका निर्दिष्ट करने के लिए --mount-path विकल्प का उपयोग करें।

raidrivecli add azure --azure-storage-type blob \
                      --mount-path /myservices/azure

अतिरिक्त विकल्प

--azure-storage-type <blob|file>        blob, file
--azure-storage-account <account>       account
--azure-key [key]                       key

यह भी देखें