Have you ever live the nightmare of transfer to new server, it's really so hard to transfer a dozen of files and check every web application if it's still working after transfer the files and databases.

Specially if you're working for a web hosting company, It will be a daily task that will be a hard headache that will never end.

You gonna waste a long time doing that donkey work, and this task one of the most boring tasks ever, let's make it more fun and automated task, so you can have a drink (coffee or tea with mint flavor) until the hard work is done itself.

Do you feel the pain of corrupted files from compressing and decompressing after transfer. That always happen when the servers processors is not enough to do the task, or the files is too big.

You will not feel that pain again, you will only have to run a small shell script that will do all the task for you.

First you have to login the targeted server and create a public key to easily access the other server ssh without prompting the password every time

Second step, create a new file on the /root/ directory with the name trans.sh and put this script 

#!/bin/sh

<25>SERVER="[email protected]:/home"

helpFunction()
{
  echo ""
  echo "Usage: $0 account"
  exit 1 # Exit script after printing help
}

# Print helpFunction in case parameters are empty
if [ -z "$1" ]
then
  echo "Account name is empty";
  helpFunction
fi
rsync -rt ${SERVER}/$1 /home/

The file content on Github

Now you can run the script by typing the account name as parameter

sh trans.sh accountname

I hope you enjoy the simple script, now we should transfer the database, you can do that though any MySQL client like Navicat or Sqlyog and I'll write a new article of how to transfer databases between tow servers so easily using Shell script like that one or even through client application.

Stay creative, and I would see you next time. 

Category: hosting
Views: 8233

Muhammad El-Saeed

About author
Technical writer and software engineer, he's a part of the great Brightery team that have many project on the opensource community

{{comments.length}} Comments

{{comment.name}}

{{comment.name}} · {{comment.created}}

{{sc.name}}

{{sc.name}} · {{sc.created}}

Post your comment

64x64
Reply to {{parent.name}} close

Similar Stories


Business Advice

AI Customer Service Automation

Customer service is no longer a support function that businesses can afford to treat as secondary. It is one of the most powerful drivers of retention, loyalty, reputation, and long-term profitability. In nearly every industry, customers now expect immediate responses, accurate information, seamless follow-up, and…

subject Read
Web Development

The Ultimate Guide to Web Design with Brightery

The Ultimate Guide to Web Design with BrighteryIn the vibrant and competitive landscape of Dubai's business environment, a well-designed website can be a game-changer. As a web designer in a Dubai web design company, you play a pivotal role in shaping online success for businesses.…

subject Read
Entrepreneurship

Tricks, Tips & Sales Techniques to increase your sales

The tricks and sales techniques to increase your sales, How to increase sales and how to improve business sales? learn more about sales promotion and how to build a better customer loyalty.Tricks, Tips & Sales Techniques to increase your salesThe complete guide, Tips, Tricks, And…

subject Read