hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Programming Discussion : Programming Tutorials : how to copy /backup using "ncftp"
Reply

Programming Tutorials How-Tos related to programming, databases, and the like.
Forum Jump

how to copy /backup using "ncftp"

Reply Post New Thread In Programming Tutorials Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 07-07-2004, 06:10 PM
SPjames SPjames is offline
Newbie
 
Join Date: Jun 2004
Posts: 16

how to copy /backup using "ncftp"


i just installed NCFTP in my new server, i need to copy the entire /backup directory from my old server

what would be the commands to:

1. connect and login root into the old server
2. bookmark (creating a short cut)
3. copy the entire directory /backup

thanks in advance

Reply With Quote


Sponsored Links
  #2  
Old 07-07-2004, 06:44 PM
linux-tech linux-tech is offline
<?require_once("life")?>
 
Join Date: Sep 2002
Location: inside your network
Posts: 9,548
This isn't really "programming" howto, but heregoes.

Firstly, root login via ftp is (and should always be) disabled by default on linux servers, so this isn't something that should be done by any means. There are alternate ways of doing this, such as rsync. To rsync from server1 /backup to server2 /backup, the command is pretty straightforward. This shell script should get it done for you.
Code:
$RSYNCCMD="ssh"
$RSYNCARGS="-az --stats"
$MYBDIR="/backup"
$MYBDEST="/backup"
$MYBACKUP="server1"
rsync $RSYNCARGS -e $RSYNCCMD $MYBACKUP:/$MYBDEST/ $MYBDIR
Depending upon the size of the directory, this will take a bit of time. Personally, I do this over ssh, you can do it without it, but I use ssh myself to do this.

G'luck

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Malwarebytes Launches Data Scan-and-Backup Service Web Hosting News 2013-05-07 14:51:03
Sterling Data Storage Launches Three Cloud Backup Services Web Hosting News 2013-01-14 13:39:31
Zetta Launches Appliance-Free Hybrid Smart Cloud Backup Solution Web Hosting News 2012-10-23 16:29:27
New BackupAgent Version Simplifies Channel Delivery of Cloud Backup Solution Web Hosting News 2012-06-26 16:57:11
Scaling a Profitable Backup Service with IASO's Johan Jongsma Web Hosting News 2012-02-15 18:10:40


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?