I am trying to migrate a Magento2 website on the GCP VM to my local. However, the directory containing all the Magento files and folders is enormous, so I compressed it with the tar command, and now the compressed one is 6G. I plan to download the compressed one through FileZilla (using the sftp connection), but there are a few concerns below.
- Will downloading the huge file increase the price of the GCP fee?
- Will it increase the price of the GCP fee, If I compress more huge directories like this magento2 in the VM through SSH?
I just would like to make sure that it is safe to do those things but could not reach out a clear explanation through the documentation, so if there is someone experienced with it, please answer those questions.