| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2004 
				Location: NY and Moscow 
				
				
					Posts: 5,532
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				how to tranfer from server to server?
			 
			What program do we use  to transfer from server to server? not copy to my hard drive first? 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Need Custom or Licensed Content? Visit PhotoVideoContent.com Email: [email protected] / Telegram: @romatibet / Skype: Peace888  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 frc 
			
		
			
			
			Industry Role:  
				Join Date: Jul 2003 
				Location: Bitcoin wallet 
				
				
					Posts: 4,663
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 What OS? For Ubuntu or other Linux I use rsync  or just ssh in and FTP or wget to avoid transferring locally. It can be really handy if you're transferring huge files. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Crazy fast VPS for $10 a month. Try with $20 free credit  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 frc 
			
		
			
			
			Industry Role:  
				Join Date: Jul 2003 
				Location: Bitcoin wallet 
				
				
					Posts: 4,663
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 For Windows I connect over rdp and use any FTP program to connect to my other servers for direct transfer. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Crazy fast VPS for $10 a month. Try with $20 free credit  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2013 
				Location: Canada 
				
				
					Posts: 895
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 It really depends on your setup and what you have on it. Each server transfer is unique and needs to be evaluated first. 
		
	
		
		
		
		
		
	
	This gives a general idea of the steps required: How to migrate your website FROM another host TO InMotion Hosting - InMotion Hosting It lists main steps, but lacks an important one if you switch between a VPS or a dedicated server that is to adjust your server accordingly: - Install tools you need (FFmpeg, MySQL, Apache, ImageMagick, etc.) - Adjust your Apache configuration - Adjust your MySQL configuration - etc. I can't recommend you a program or a tool to do it as I don't know what you plan to transfer. You'll need to determine what you'll need or get someone to do it for you.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Oct 2002 
				Location: Holland 
				
				
					Posts: 466
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 rsync or scp when it is Linux. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2012 
				Location: NC 
				
				
					Posts: 7,683
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 server one, 
		
	
		
		
		
		
			go to your http_doc dir. tar -zcvf . it will create a tar file. move that that file using mv command to http root. then on new server , go to desired location., and do wget http://domain/tar_file_location and then tar -zxvf tarfile name. use mysqldump tool to get DB dump and then moveth same way., dont forget to find and replace the mysqql config . grep -rnw localhost /path-to-just-extracted-files 
				__________________ 
		
		
		
		
	
	SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean 
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: May 2008 
				
				
				
					Posts: 2,348
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 The above method is correct, but there is a big problem with that and it is that your permissions are all screwed up, which can cause things like 500 internal error or pages not showing up on line. It has to do with the owner and the group of the files. It is key to set them correctly, they might be set to root or apache depending on your server setup. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	skype: codercarlos  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 It's 42 
			
		
			
			
			Industry Role:  
				Join Date: Jun 2010 
				Location: Global 
				
				
					Posts: 18,083
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: May 2013 
				
				
				
					Posts: 9
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 For sure, just make sure you configure your server properly before you move files. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2003 
				Location: Homeless 
				
				
					Posts: 62,911
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I think WSFTP will do it but not sure. It used to. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	PornGuy skype me pornguy_epic AmateurDough The Hottes Shemales online! TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 www.scarlettcontent.net 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2006 
				Location: Pleiades 
				
				
					Posts: 6,031
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 ftp      . 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	![]() Scarlett Content - Adult Content Provider - High Quality Adult Stock Content for your Websites, Mobile Media and Print. Over 3 Million Images (14,000 photo sets) over 5000 Videos - Many Niches, US-2257, Awesome Prices. Over 40 years in the adult industry. [email protected] Follow us on twitter.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2002 
				Location: Montreal, Quebec 
				
				
					Posts: 29,763
				 
				
				
				
				 | 
	
	|
| 
		
 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2010 
				Location: Portugal 
				
				
					Posts: 1,262
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 rsync 
		
	
		
		
		
		
			rsync -avzK /originalserver/path/.* [email protected]:/home/ -v, --verbose increase verbosity -a, --archive archive mode; same as -rlptgoD (no -H) -z, --compress compress file data during the transfer -K, --keep-dirlinks rsync don’t overwrite existing files | digitalwhores 
				__________________ 
		
		
		
		
	
	StagCMS - Adult CMS - user friendly adult content management system - speed up your websites with no SQL connections ICQ: 63*23*43*113  
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |