Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

SSH query

Thread Tools
 
Search this Thread
 
Old Apr 16, 2005 | 12:35 PM
  #1  
HankScorpio's Avatar
HankScorpio
Thread Starter
Scooby Regular
 
Joined: Feb 2004
Posts: 5,848
Likes: 0
Default SSH query

I want to transfer the entire contents of one web server to another.
I have SSH access to both.
I don't want to transfer the site by pulling to my local and then uploading again.

Using SSH, can I push/pull the content from one site to another?

Ta.
Reply
Old Apr 16, 2005 | 08:51 PM
  #2  
rich101's Avatar
rich101
Scooby Regular
 
Joined: Dec 2000
Posts: 338
Likes: 0
Default

SFTP ! Should do the trick

rich



Originally Posted by HankScorpio
I want to transfer the entire contents of one web server to another.
I have SSH access to both.
I don't want to transfer the site by pulling to my local and then uploading again.

Using SSH, can I push/pull the content from one site to another?

Ta.
Reply
Old Apr 16, 2005 | 09:16 PM
  #3  
class_A's Avatar
class_A
Scooby Regular
 
Joined: Apr 2002
Posts: 1,212
Likes: 0
From: elsewhere
Default

Or rsync through an SSH tunnel if you can't change the firewall configs.
Reply
Old Apr 17, 2005 | 06:04 PM
  #4  
merlin's Avatar
merlin
Scooby Regular
 
Joined: Jul 2000
Posts: 370
Likes: 0
Default

or...

scp -r . someuser@remoteserver:/home/someuser

might be better to tar the files up first and then scp the tar file across

scp all.tar.gz someuser@remoteserver:/home/someuser
Reply
Old Apr 17, 2005 | 08:42 PM
  #5  
HankScorpio's Avatar
HankScorpio
Thread Starter
Scooby Regular
 
Joined: Feb 2004
Posts: 5,848
Likes: 0
Default

Thanks guys

I'll look into them and sort something out when I'm ready to cutover.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
ALEXSTI
General Technical
5
Sep 28, 2015 09:29 PM
Ozne
General Technical
2
Sep 27, 2015 03:06 PM
Max the Clifford dealer
Security
21
May 25, 2001 12:47 PM




All times are GMT +1. The time now is 04:17 AM.