Hi,
I use ftp to backup accounts with cpbackup. The strange thing is that the most of archives are 0 bytes. For the rest , around 2-3% of all, the backup archive is good.
There is no error from cpanel script when running:
Anyone have any ideas?
Regards,
Flaviu
I use ftp to backup accounts with cpbackup. The strange thing is that the most of archives are 0 bytes. For the rest , around 2-3% of all, the backup archive is good.
There is no error from cpanel script when running:
It's seems that the archive is 0 bytes before is transfered.pkgacct started.
pkgacct version 4.2 - running with uid 0
using time::hires for speedups
Copying Reseller Config...Done
Copying SSL Certificates, CSRS, and Keys...Done
Copying Mail files....Done
Copying frontpage files....Done
Copying proftpd file....Done
Entering timeout safety mode
Grabbing mysql dbs............
Net::FTP>>> Net::FTP(2.75)
Net::FTP>>> Exporter(5.58)
Net::FTP>>> Net::Cmd(2.26)
Net::FTP>>> IO::Socket::INET(1.28)
Net::FTP>>> IO::Socket(1.28)
Net::FTP>>> IO::Handle(1.24)
Net::FTP=GLOB(0xa36c11c)<<< 220 xxxxxx
Net::FTP=GLOB(0xa36c11c)>>> user xxxxxx
Net::FTP=GLOB(0xa36c11c)<<< 331 Please specify the password.
Net::FTP=GLOB(0xa36c11c)>>> PASS ....
Net::FTP=GLOB(0xa36c11c)<<< 230 Login successful.
Net::FTP=GLOB(0xa36c11c)>>> TYPE I
Net::FTP=GLOB(0xa36c11c)<<< 200 Switching to Binary mode.
Net::FTP=GLOB(0xa36c11c)>>> MKD cpbackup
Net::FTP=GLOB(0xa36c11c)<<< 550 Create directory operation failed.
Net::FTP=GLOB(0xa36c11c)>>> MKD cpbackup/daily
Net::FTP=GLOB(0xa36c11c)<<< 550 Create directory operation failed.
Net::FTP=GLOB(0xa36c11c)>>> CWD cpbackup/daily
Net::FTP=GLOB(0xa36c11c)<<< 250 Directory successfully changed.
Net::FTP=GLOB(0xa36c11c)>>> PORT 10,4,253,191,194,217
Net::FTP=GLOB(0xa36c11c)<<< 200 PORT command successful. Consider using PASV.
Net::FTP=GLOB(0xa36c11c)>>> STOR vpsstat.tar.gz
Net::FTP=GLOB(0xa36c11c)<<< 150 Ok to send data.
Net::FTP=GLOB(0xa36c11c)<<< 226 File receive OK.
Net::FTP=GLOB(0xa36c11c)>>> QUIT
Net::FTP=GLOB(0xa36c11c)<<< 221 Goodbye.
Anyone have any ideas?
Regards,
Flaviu