Moving from one web server to another


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Moving from one web server to another
# 1  
Old 09-07-2004
Question Moving from one web server to another

Hi All,

Thanks for taking the time to read and respond to my post.

I am a Unix neophyte. I can install scripts, move around some and perform basic functions - mostly related to websites and alway with a resource guide in front of me.

I currently have 12 websites hosted on a VPS and I would like to move them to a different VPS. I could do it the way I know how - which is downloading all my files from one server and then reuploading them to another - but I'm convinced that there is a better way. I just can't find what that way is.

Here is my question:
Is there a way to move these files AND maintain the correct permissions so I don't have to manually go do that work? If so, can anyone point me to a resource that is suitable for a newbie?

Thanks!

Lynn
# 2  
Old 09-07-2004
Hammer & Screwdriver

you can use rsync.

google for rsync or http://samba.anu.edu.au/rsync/

other suggestion is tar your files(tar cvf myfile.tar files) from one server then ftp or sftp to the other server(tar xvf myfile.tar) or

ufsdump or dump

the above method will retain the permissions.
# 3  
Old 09-08-2004
Sweet, thanks!

I'll start with Rsync and see if I can get that to work!

Lynn
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Moving boot SSD from a dead server to a new server

Hi all, We have a disk array that has the boot drive on an OCZ SSD on a PCIe card. Well, the motherboard died and we got a new motherboard. We moved the controllers, NICs, etc, to the exact same slots on the new motherboard, except now it won't boot. I guess it doesn't recognize the OS on the... (1 Reply)
Discussion started by: glowe57
1 Replies

2. Programming

Problem with Perl script after moving from a Windows/Apache Server to a UNIX server.

I have a Perl script that worked fine before moving it to justhost.com. It was on a Windows/Apache server. Just host is using UNIX. Other Perl scripts on other sites that were also moved work fine so I know Perl is functioning. The script is called cwrmail.pl and is located in my cgi-bin. When I... (9 Replies)
Discussion started by: BigBobbyB
9 Replies

3. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

4. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

5. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question