Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sie können eine Kopie aller Informationen erhalten, die für die Bestellung und Nutzung des Transfer Appliance-Dienstes bereitgestellt wurden. Folgen Sie der Anleitung, um die Informationen abzurufen.
Klicken Sie in der Google Cloud Console auf „Cloud Shell aktivieren“.
Führen Sie den Befehl „export“ aus:
Kopieren Sie den folgenden Befehl und fügen Sie ihn in das Terminal ein. Ersetzen Sie {resource_name} durch den tatsächlichen Namen der Appliance. Den Gerätenamen finden Sie auf der Seite mit den Gerätedetails des bestellten Geräts in der Google Cloud Console.
Daten, die auf die Transfer Appliance kopiert wurden, können nicht sofort exportiert werden. Sie sind erst nach Abschluss der Datenübertragung im Cloud Storage-Bucket verfügbar.
Daten, die automatisch aus unseren Systemen gelöscht wurden, können nicht exportiert werden.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-17 (UTC)."],[],[],null,["# Exporting User Data\n\nYou can get a copy of all the information provided to order and use the\nTransfer Appliance service. Follow the given steps to get the\ninformation.\n\n1. Within the Google Cloud Console, Click Activate Cloud Shell.\n\n2. Run the export command:\n\n - Copy and paste the following command into the terminal. Make sure to\n replace {resource_name} with the actual appliance name. Appliance name can be found on the appliance details page of the ordered appliance on Google Cloud Console.\n\n curl -H \"Authorization: Bearer $(gcloud auth print-access-token)\" -H \"Content-Type: application/json\" https://transferappliance.googleapis.com/v1alpha1/{resource_name}:export\n\n### Notes:\n\n1. Data copied onto the Transfer Appliance won't\n be immediately accessible for export. It will only become available in the\n Cloud Storage bucket upon completion of the data transfer process.\n\n2. Data wiped out automatically from our systems won't be available for export.\n\n3. This feature is different from [Exporting your Data from Cloud Storage to another location](/transfer-appliance/docs/4.0/data-export)"]]