Welcome, Guest. Please Login or Register.
June 14, 2025, 09:30:36 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Transfering Site to new host using Ssh « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Transfering Site to new host using Ssh  (Read 457 times)
dumbfatguy
Noobie
*
Posts: 40


Inspiration moves me brightly

Transfering Site to new host using Ssh
« on: December 15, 2003, 04:58:22 PM »
Reply with quote

YaBB SE Version: 1.5.4
PHP Version:
MySQL Version:
Server Platform: Unix, Linux, or BSD
Link to Forum: www.groovyzone.org/boards

Problem Description:
is it possible to transfer a complete website from one server to another using ssh

If so can some one lead me in the right direction on how to do it?

Thanks
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Transfering Site to new host using Ssh
« Reply #1 on: December 15, 2003, 11:05:35 PM »
Reply with quote

Yes, look at the FAQ board.

-[Unknown]
Logged
dumbfatguy
Noobie
*
Posts: 40


Inspiration moves me brightly

Re:Transfering Site to new host using Ssh
« Reply #2 on: December 15, 2003, 11:59:37 PM »
Reply with quote

i did but it confused me because I am dumb

I found how to move the data base there but not the whole site.

I did some more searching and found how to move the whole site

1. use ssh to log into old server

2. get to the root folder of each account you want to transfer

3. Give the following command:

tar -cpzf tarballname.tar.gz *

(this will create a tarball of all the files on old server)

4. log out of ssh session

5. log into the new server using ssh.

6. go over to the folder where you want that account to be transferred.

7. Give the following command:

wget http://<path-to-tarball-created-earlier>

(example: wget http://oldlocation.com/tarballname.tar.gz )

8. Give the following command :

tar -xzf tarballname.tar.gz

Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Transfering Site to new host using Ssh « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.744 seconds with 21 queries.