| backup does not complete [message #86257] |
Sun, 03 July 2011 11:32  |
|
When trying to make a backup I get
Last Backup Status: program_interrupted
and I do not think the backup completed...
These are the last lines of my shell_exec file
09:22 Jul/03/2011: 0: [(__system__:/home/lxadmin/mail/domains/qc-link.com) nic$
09:24 Jul/03/2011: 0: [(__system__:/tmp/backup6fChnh) nice -n 15 tar -czf /hom$
09:24 Jul/03/2011: 0: [(__system__:/usr/local/lxlabs/kloxo/httpdocs) 'rm' '-r$
09:25 Jul/03/2011: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeallinput '/etc$
09:25 Jul/03/2011: 0: [(__system__:/usr/local/lxlabs/kloxo/httpdocs) 'chmod' $
09:25 Jul/03/2011: Background: (/usr/local/lxlabs/kloxo/httpdocs) '/usr/local/l$
09:26 Jul/03/2011: 0: [(__system__:/usr/local/lxlabs/kloxo/httpdocs) 'df' '-P$
09:26 Jul/03/2011: Closed Exec output: : /usr/local/lxlabs/kloxo/cexe/closeal$
09:26 Jul/03/2011: 0: [(__system__:/usr/local/lxlabs/kloxo/httpdocs) 'chmod' $
09:27 Jul/03/2011: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeallinput '/etc$
|
|
|
| Re: backup does not complete [message #90228 is a reply to message #86257] |
Sat, 22 October 2011 14:48   |
|
One of my clients is also having this same issue.
He has 2 sites, one of which backs up fine, the other gives program_interupted, and has no new enrtries in the backup archive.
Is it due to the size of the sites?
The one that completes is 110Mb per tar.gz
On the larger site, the last known .tar.gz backup was 344Mb
It stopped backing up after this.
Here are my suspicions, as to what is happening:
There is a timeout value in the backup script.
There is a size limit in the backup script.
There are file permission problems (/tmp?)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Chris Walker
http://www.siterack.net
Reseller Hosting / VPS / Dedicated Servers / DNS Clustering
[Updated on: Sat, 22 October 2011 14:58] Report message to a moderator
|
|
|
|
| Re: backup does not complete [message #90235 is a reply to message #90232] |
Sat, 22 October 2011 15:25   |
|
I'm running the most current public release, but not the beta.
Quote:[root@svr01 ~]# /script/upcp
Getting Version Info from the Server...
Connecting LxCenter download server...
Please wait....
kloxo is the latest version
Executing UpdateCleanup. This can take some time. Please be patient.
RoundCube Database installed.
Both sites have DB's around 40Mb. While one site backs up with no issue, the other fails.
I checked the total size of both sites , uncompressed.
The one that works is: 1.5Gb total with a 38Mb DB
The on that fails is: 7.8Gb total with a 42Mb DB
I don;t beleive it is kicking out, based on DB size, but the overall size of the site, combined.
------EDIT
After deleting 3.8Gb's of un-needed log files, from the site, it now backs up with no issue.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Chris Walker
http://www.siterack.net
Reseller Hosting / VPS / Dedicated Servers / DNS Clustering
[Updated on: Sat, 22 October 2011 15:40] Report message to a moderator
|
|
|
| Re: backup does not complete [message #90236 is a reply to message #90235] |
Sat, 22 October 2011 15:41   |
|
Hmmm, 7.8GB is huge.
In my work, beside modified code for db backup, also use tgz (tar with compress) instead tar for other data zipped. This is meaning use less space for backup process.
|
|
|
| Re: backup does not complete [message #90239 is a reply to message #90236] |
Sat, 22 October 2011 15:56   |
|
THe sizes i gave you were before backup compression.
Where is the backup script located? I would like to see if there is something I can edit to increase the limits.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Chris Walker
http://www.siterack.net
Reseller Hosting / VPS / Dedicated Servers / DNS Clustering
|
|
|
|