Best way to transfer data between vm instaces in different projects in Google cloud platform

Dinukaw95

in my project vm1 has 1 TB and vm2 has 1.5TB data . i want to backup and copy those data to another vm in a different project(that project in different organization).

what is the best way to do this first I've tried compress data in vm1 and upload to cloud storage bucket but it's more time consuming.

Thank you.

Wojtek_B

There are several ways to do it.

If this is a Linux machine you can use rsync to synchronise several folders on remote machines - it can be ran using cron daily or hourly - depending on how often you want to backup to be created. Here's a very informative

You can try to compress the data before the transfer but it will take a lot of time (considering that you have over 1TB).

In my opinion fastest way would be to transfer uncompressed data over the Internet you will be charged for egress traffic (from 0,01USD/GB even up to 0,15USD/GB !).

You can't use Shared VPC because this is only possible inside an organisation and you have VM's in different orgs;

Shared VPC connects projects within the same organization

You can use other protocols to do the transfer such as FTP, use Samba or just regular folder sharing in Windows (if we're talking about such machines) or some rsyn relative for Windows such as cwRsync.

If you provide more details about your use case then I can update my answer and provide more up-to-the-point solution.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to move an instance between two projects in Google Cloud Platform?

From Dev

Copying IAM config between projects on Google Cloud Platform

From Dev

Is there a way to backup contents of VM in Google cloud platform to a specific bucket?

From Dev

Google cloud share data between VM's

From Dev

best way to gracefully shutdown process running on Google Cloud VM

From Dev

Is there an easy way to clone a SQL-instance between projects in Google cloud?

From Dev

What is the best way to transfer data between two tabs in Chrome?

From Dev

Best way to transfer XML data between server and client sockets

From Dev

Google Cloud Platform File Transfer Issues

From Dev

What is the best way to switch between projects in Vim?

From Dev

Best way to copy data attributes between different instances of a class

From Dev

Best way to import Google Cloud SQL data into BigQuery

From Dev

What is the best way to transfer all my Visual Studio projects to svn?

From Dev

Best way to upload dataset from my PC to Virtual Machine instance on Google Cloud Platform

From Dev

Google Cloud Platform Data Display

From Dev

Best way to transfer data struct between two ASP.NET Core API's

From Dev

Google Cloud Platform - Is there a way to delete a project?

From Dev

Ideal way to read data in bucket stored batches of data for Keras ML training in Google Cloud Platform?

From Dev

Google Cloud Platform: List available projects using api

From Dev

Google Cloud APIs usage data by projects

From Dev

Difference between Google Cloud Platform and Google Cloud Firestore?

From Dev

How to use a disk amoung two VM instances in Google Cloud Platform

From Dev

How to configure a VM for web access to jupyter notebook on Google Cloud Platform?

From

Google Cloud Platform: how to monitor memory usage of VM instances

From Dev

Memory allocation error on Google cloud platform VM Instance for Keras Model

From Dev

Google Cloud Platform: VM creation - Console equivalent Gcloud command

From Dev

How to transfer data between different web applications

From Java

Whats the best way to resolve dependencies between Java projects?

From Dev

Best way to share assets like images between projects

Related Related

  1. 1

    How to move an instance between two projects in Google Cloud Platform?

  2. 2

    Copying IAM config between projects on Google Cloud Platform

  3. 3

    Is there a way to backup contents of VM in Google cloud platform to a specific bucket?

  4. 4

    Google cloud share data between VM's

  5. 5

    best way to gracefully shutdown process running on Google Cloud VM

  6. 6

    Is there an easy way to clone a SQL-instance between projects in Google cloud?

  7. 7

    What is the best way to transfer data between two tabs in Chrome?

  8. 8

    Best way to transfer XML data between server and client sockets

  9. 9

    Google Cloud Platform File Transfer Issues

  10. 10

    What is the best way to switch between projects in Vim?

  11. 11

    Best way to copy data attributes between different instances of a class

  12. 12

    Best way to import Google Cloud SQL data into BigQuery

  13. 13

    What is the best way to transfer all my Visual Studio projects to svn?

  14. 14

    Best way to upload dataset from my PC to Virtual Machine instance on Google Cloud Platform

  15. 15

    Google Cloud Platform Data Display

  16. 16

    Best way to transfer data struct between two ASP.NET Core API's

  17. 17

    Google Cloud Platform - Is there a way to delete a project?

  18. 18

    Ideal way to read data in bucket stored batches of data for Keras ML training in Google Cloud Platform?

  19. 19

    Google Cloud Platform: List available projects using api

  20. 20

    Google Cloud APIs usage data by projects

  21. 21

    Difference between Google Cloud Platform and Google Cloud Firestore?

  22. 22

    How to use a disk amoung two VM instances in Google Cloud Platform

  23. 23

    How to configure a VM for web access to jupyter notebook on Google Cloud Platform?

  24. 24

    Google Cloud Platform: how to monitor memory usage of VM instances

  25. 25

    Memory allocation error on Google cloud platform VM Instance for Keras Model

  26. 26

    Google Cloud Platform: VM creation - Console equivalent Gcloud command

  27. 27

    How to transfer data between different web applications

  28. 28

    Whats the best way to resolve dependencies between Java projects?

  29. 29

    Best way to share assets like images between projects

HotTag

Archive