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