Go4Hosting
https://go4hosting.in/forum/

How to use rsync to copy folders from my Dedicated Server to
https://go4hosting.in/forum/viewtopic.php?f=5&t=23583
Page 1 of 1

Author:  Karthik Tiwary [ Wed Sep 02, 2015 3:57 pm ]
Post subject:  How to use rsync to copy folders from my Dedicated Server to

How to use rsync to copy folders from my Dedicated Server to a local hard drive?

Author:  sadaf ansari [ Thu Sep 03, 2015 2:38 pm ]
Post subject:  Re: How to use rsync to copy folders from my Dedicated Serve

In order to back up your dedicated server files on your local computer, access your Dedicated Server via SSH and execute the following command:

rsync -e “ssh -p 16969″ -aHz YOUR_SERVER_IP:/home/USERNAME/ /home/LOCAL_USER/BACKUP/

In this command, you may change YOUR_SERVER_IP with the IP of your server, USERNAME with the cPanel username, “/home/LOCAL_USER/BACKUP/” with another directory on the home computer where all the files will be stored. You must add trailing slashes after the folder names, otherwise sensitive data can be lost.

Page 1 of 1 All times are UTC + 5:30 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/