From 103944e892e2a9da5ca39e89b3ff197f54271b1e Mon Sep 17 00:00:00 2001 From: Guillem Borrell Nogueras Date: Fri, 5 Aug 2022 00:13:26 +0200 Subject: [PATCH] Update 'Backing up stuff in Google Cloud Storage' --- Backing-up-stuff-in-Google-Cloud-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backing-up-stuff-in-Google-Cloud-Storage.md b/Backing-up-stuff-in-Google-Cloud-Storage.md index 70d4831..302c5b6 100644 --- a/Backing-up-stuff-in-Google-Cloud-Storage.md +++ b/Backing-up-stuff-in-Google-Cloud-Storage.md @@ -7,4 +7,4 @@ Once you have a subscription, these are the steps: 5. Install the google cloud SDK 6. Authenticate the google cloud command with the service principal (`gcloud auth activate-service-account --key-file=[KEY_FILE] `) -7. Use the gcloud command to copy the local file to the bucket \ No newline at end of file +7. Use the gcloud command to copy the local file to the bucket (`gcloud alpha storage cp /var/backups/cluster.sql gs://lab-backup-gbn/`) \ No newline at end of file