Forrest logo
back to the gcloud tool

gcloud:ai:fe9a7

How do I download multiple folders with takeout to a zip file
$ gcloud beta compute scp --recurse ${Instance_Name}:${Source_Path} ${Destination_Path}
try on your machine

This command allows you to securely copy files and folders from a Google Cloud Compute Engine instance to your local machine.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How do I download multiple folders with takeout to a zip file?
back to the gcloud tool