Hi,
I have been assigned to carry out a task to move the contents of physical server to a cloud-based server. It is a LAMP stack website. How should I go about it?
Printable View
Hi,
I have been assigned to carry out a task to move the contents of physical server to a cloud-based server. It is a LAMP stack website. How should I go about it?
Backup and restore. If you have the bandwidth you cold use rsync.
AS said before, if you have the bandwidth then use rsync and copy everything over.
That is what I would do as long as I had the bandwidth and time.