S
S
SteveJ422021-02-16 12:01:55
virtual box
SteveJ42, 2021-02-16 12:01:55

How to synchronize site files from a virtual machine with Windows?

Hello!
I deployed a website on a virtual machine and have access to the terminal via PuTTY and now I want to understand how to synchronize files from a virtual machine with Windows?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
G
Georgy Eremeev, 2021-02-16
@GogElf

Googled: virtualbox folder sharing

A
Armenian Radio, 2021-02-16
@gbg

If it's something like sources, use git.
In the general case, rsync is good.

V
Vitaliy K, 2021-02-16
@revenger

As an option, share the directory with the files of your machine on a virtual one, where to connect it as a network drive.
Since you are connecting via Putin, then Linux is installed on the virtual machine.
Try connecting the ball like this:

sudo  mount -t cifs -o user=username,vers=1.0 //remote_server/share /media/myproject/

D
Danil, 2021-02-16
@Danicimo

Share website folder
Read about samba for ubuntu

A
AUser0, 2021-02-16
@AUser0

If there is SSH access to the virtual machine, then WinSCP will also work. This is an analogue of an FTP client, but via SSH.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question