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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linux backup script: Linux to remote FTP.

Status
Not open for further replies.

nerbonne

Technical User
Dec 11, 2006
99
US
Ok, here is my situation. I have 5 linux webservers that I want to backup to a remote FTP server. Now, the backups should be incremental and should remove files on the backups server that no longer exist on the webservers. The script needs to be able to run automatically by cron. Email notifications of task completion would be a plus, but not necessary. And most of all, it must be fairly easy to configure (local dirs, remote dirs, remote ftp details, etc.)

Does anyone know anything that can do this for me? Everything I've found to date either runs from a Windows PC (which I don't want to do), or it extremely complex to configure.

Thanks in advance.
 
Thanks, but:

From the man page:

There are two different ways for rsync to contact a remote system: using a remote-shell program as the transport (such as ssh or rsh) or contacting an rsync daemon directly via TCP.

It appears that rsync does not support FTP.
 
Why must the transport method be FTP?

--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
 
Why FTP? Because that is the only communication method I have.

Ftpsync looks promising. I'll try it out...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top