How to Move VPS Servers
How to Move VPS Servers
In this video, I go over how to migrate servers in the cloud from one provider to another. This allows you to easily move between major providers and avoid vendor lock-in. This method works with ANY provider as we will be utilizing rsync with a lot of options.
Try out Upcloud (Free $25 Dollar Credit) - http://bit.ly/upcloud-ctt
---
00:00 Introduction
01:02 Setup New Server
03:47 SSH Firewall Setup
04:45 Initial SSH Connection to New Server
06:09 Sync from Old Server - Rsync Setup
08:40 Post-Sync
10:35 Conclusion
---
Commands Used:
rsync -auHxvz –numeric-ids –exclude=/etc/fstab –exclude=/etc/network/* –exclude=/proc/* –exclude=/tmp/* –exclude=/sys/* –exclude=/dev/* –exclude=/mnt/* –exclude=/boot/* –exclude=/root/* -e "ssh -i ~/.ssh/minecraft" --progress root@minecraft.christitus.com:/* /
a - Archive preserve file properties
u - update only if newer
H - preserve hard links
x - don't cross filesystem boundries
v - verbose
z - compress
e - use a certain shell for connection
Support My Work
-----------------------------------------------------------------------------------
►► Get Updates, Launch Announcements and More ➜ https://www.cttstore.com/newsletter
►► Chris Titus Tech Digital Downloads ➜ https://www.cttstore.com/downloads
►► Product and Service Recommendations ➜ https://christitus.com/recommendations
►► My YouTube Gear and Computers ➜ https://www.amazon.com/shop/christitustech
Other Places to Find Me
-----------------------------------------------------------------------------------
►► Titus Tech Talk ➜ https://www.youtube.com/c/TitusTechTalk
►► Titus Tech Gaming ➜ https://www.youtube.com/c/TitusTechGaming
►► Chris Titus Fitness ➜ https://www.youtube.com/@christitusfitness
►► Twitch ➜ https://www.twitch.tv/christitustech
►► Twitter ➜ https://twitter.com/christitustech
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support!