Admin backup by FTP - timed out

Guillermo

Verified User
Joined
May 20, 2006
Messages
95
Location
The Netherlands
Hi,

I'm getting the following error quite often. An admin backup is created every night at 05:00 and transfered by FTP to a backupserver. How can i fix this timeout issue?

Subject: An error occurred during the backup. Today at 05:22
User admin has been backed up.
Could not read reply from control connection -- timed out.
ncftpput /home/tmp/admin/admin.tar.gz: timed out while waiting for server response.

Thanks
 
Is this your own FTP code? Or your own backup code?

Generally a timeout occurs when nothing is happening through FTP for some length of time.

if this is your code you might want to rewrite it so it makes and breaks the FTP connection as necessary instead of leaving it open.

Jeff
 
Check the messages log and serverload on the destination server.

Jeff
 
I'm encountering the same problem in about 5 out of 7 backup procedures. The destination host is not overloaded and connected direct to the other server using a patch utp cable.
 
Have you checked the log? Have you tried any manual FTP sessions of the same data?

Jeff
 
I checked my own server logs but didn't find anything suspicious. The backupserver is owned by my colocation-host, so i have no acces to those logs.
I told my host about the problem, but he doesn't know how to solve it, or where the problem lays. Is there anything on my side i can do to find out what exactly causes this problem?
 
Back
Top