squirel 0 Report post Posted October 18, 2004 I was wondering if there was any way to backup one site to another site on a different server. So if the first site goes down you could redirect users to the second site and it would be the same.I looked through the backup in cpanel and it did not seem like it has this functionality. If anyone knows of a script that can do this it would be awesome. Thank You Share this post Link to post Share on other sites
qwijibow 0 Report post Posted October 18, 2004 I was wondering if there was any way to backup one site to another site on a different server. So if the first site goes down you could redirect users to the second site and it would be the same. I looked through the backup in cpanel and it did not seem like it has this functionality. If anyone knows of a script that can do this it would be awesome. Thank You <{POST_SNAPBACK}> yess... lets assume you down want to download the entire server, then upload to a second server... that would be time consuming.. and limited to your ISP provided bandwidth. you will need ssh or evil telnet access. do a remote loggin to serverA with telnet or preferably ssh. one inside ServerA, open a FTP connection to ServerB with the program FTP. switch to binary mode with the ftp cammand bin. then upload all the files to server B. Share this post Link to post Share on other sites
squirel 0 Report post Posted October 18, 2004 Is there a way I could have it automatically backup every night, without me doing anything to it? Share this post Link to post Share on other sites
qwijibow 0 Report post Posted October 18, 2004 Is there a way I could have it automatically backup every night, without me doing anything to it? <{POST_SNAPBACK}> Regular Backups are the Job of the Administrator.on a well maintained server, every week or so the hard drives will be dumped to tape and put in storeage. its not your job to backup in this way. talk to the adminitrator of the server and ask them about what backup procedures they have in place. Share this post Link to post Share on other sites