Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unix FTP Sync

Status
Not open for further replies.

countdrak

Programmer
Jun 20, 2003
358
US
I am trying to figure out if there is somebody can help me with this problem.

I am trying to sync up two ftp accounts. Basically I have a hosting service which has 1/2 TB of data. I am switching to a new hosting service and trying to move everything to this new service.

On windows with one of the GUI tools -- everything eventually hangs!

I have a machine running unix and wondering if there is anything that will make this process easier and faster. I want to keep the path structure on the new site.

Thanks for the help.
 
You may consider rsync

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Don't think I can use rsync between two ftp accounts?

Thats what I have been told..have you used it between two ftp accounts? Thanks.
 
Have you used this ftpsync? Can it download from 1 remote host and upload to another remote host at the same time?

Thanks..
 
No, I haven't used it, and from what I read I don't think it can do that. Why do you need to do that simultaneously... just to save time?

Annihilannic.
 
ftpsync sounds interesting, but I would still recommend rsync. You don't need to use the ftp accounts to do the rsync from. You can use the root accounts on each machine and it can be set up to preserve the owner userid and permissions. rsync is very good at only sending the bare minimum between machines to keep the files and directories identical.


 
Yeah just trying to save time.

Does rsync require SSH?
 
It doesn't require SSH if you use an rsync daemon. One of the nice features though is the fact that you CAN use it over SSH.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top