How to Move VPS Servers
Chris Titus Tech Chris Titus Tech
599K subscribers
10,244 views
0

 Published On May 2, 2020

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 [email protected]:/* /

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 .

►► Digital Downloads ➜ https://www.cttstore.com
►► Reddit ➜   / christitustech  
►► Titus Tech Talk ➜    / titustechtalk  
►► Twitch ➜   / christitustech  

show more

Share/Embed