बीएमजीआर
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
bmgr
एक शेल टूल है. इसका इस्तेमाल, Android 2.2 (एपीआई लेवल 8) या इसके बाद के वर्शन वाले डिवाइसों पर Backup Manager के साथ इंटरैक्ट करने के लिए किया जा सकता है. यह टूल, बैकअप लेने और डेटा वापस पाने की प्रोसेस शुरू करने के लिए कमांड देता है. इससे आपको अपने ऐप्लिकेशन की बैकअप लेने की सुविधा को टेस्ट करने के लिए, बार-बार डेटा मिटाने या इसी तरह के अन्य मुश्किल तरीके अपनाने की ज़रूरत नहीं पड़ती. bmgr
टूल, अपने-आप बैकअप और कुंजी/वैल्यू के बैकअप, दोनों के साथ काम करता है.
ध्यान दें: bmgr restore
, एन्क्रिप्ट (सुरक्षित) किए गए बैकअप के लिए काम नहीं करता.
adb shell के ज़रिए किसी डिवाइस पर bmgr
कमांड चलाई जाती हैं. इसके बाद, logcat की मदद से कमांड के आउटपुट को मॉनिटर किया जाता है. उपलब्ध कमांड की सूची और उनके बारे में जानकारी पाने के लिए, bmgr
टूल को बिना किसी तर्क के चलाएं. बैकअप लेने और रीस्टोर करने की प्रोसेस को ट्रिगर करने के बारे में जानकारी के लिए, बैकअप लेने और रीस्टोर करने की सुविधा की जांच करना लेख पढ़ें.
अपने ऐप्लिकेशन में बैकअप लेने की सुविधा जोड़ने के बारे में जानकारी पाने के लिए, डेटा का बैकअप लेख पढ़ें
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# bmgr\n\n`bmgr` is a shell tool you can use to interact with the Backup Manager on Android\ndevices version 2.2 (API Level 8) or higher. The tool provides commands to initiate backup and\nrestore operations so that you don't need to repeatedly wipe data or take similar intrusive steps\nin order to test your application's backup functionality. The `bmgr` tool supports both\n[Auto Backup](/guide/topics/data/autobackup) and\n[Key/Value Backup](/guide/topics/data/keyvaluebackup).\n\nNote: `bmgr restore` does not work for\n[encrypted backups](/guide/topics/data/autobackup#define-device-conditions).\n\nYou run `bmgr` commands on a device via\n[adb shell](/studio/command-line/adb) and then monitor the output of the commands\nwith [logcat](/studio/command-line/logcat). For a list and description of\navailable commands, run the `bmgr` tool with no arguments. For information on\ntriggering backup and restore operations, see\n[Testing Backup and Restore](/guide/topics/data/testingbackup).\n\nFor information about adding support for backup in your application, read [Data Backup](/guide/topics/data/backup)"]]