Heya..
I have serveral machines with DA that do their reseller's backup everynight and FTP them to a backup box that is local to them.
Most of the backups are created and FTPed over. There are about 200 accounts to backup on each machine. But each night, there are 4 or 5 accounts on each box that isnt backuped and i see errors such as this:
Warning: ftp_put(): php_connect_nonb() failed: Connection timed out (110)
in - on line 37
Warning: ftp_put(): Type set to I in - on line 37
User xxxx has been backed up.
Warning: ftp_put(): php_connect_nonb() failed: Connection reset by peer (104)
in - on line 37
Warning: ftp_put(): Type set to I in - on line 37
Warning: ftp_put(): Idle Timeout (600 seconds): closing control connection. in - on line 48
Each time, it happens to different users. I tried switching the $use_pasv to false and true..but to no effect. There are 20 minute intervals between the backup of each machine, so the backup box is not being FTPed to from 10 machines at same time.
Any ideas?
I have serveral machines with DA that do their reseller's backup everynight and FTP them to a backup box that is local to them.
Most of the backups are created and FTPed over. There are about 200 accounts to backup on each machine. But each night, there are 4 or 5 accounts on each box that isnt backuped and i see errors such as this:
Warning: ftp_put(): php_connect_nonb() failed: Connection timed out (110)
in - on line 37
Warning: ftp_put(): Type set to I in - on line 37
User xxxx has been backed up.
Warning: ftp_put(): php_connect_nonb() failed: Connection reset by peer (104)
in - on line 37
Warning: ftp_put(): Type set to I in - on line 37
Warning: ftp_put(): Idle Timeout (600 seconds): closing control connection. in - on line 48
Each time, it happens to different users. I tried switching the $use_pasv to false and true..but to no effect. There are 20 minute intervals between the backup of each machine, so the backup box is not being FTPed to from 10 machines at same time.
Any ideas?