ispCP - Board - Support
backup problems? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Tickets / Roadmap / Timeline (/forum-50.html)
+--- Thread: backup problems? (/thread-9517.html)

Pages: 1 2 3


backup problems? - Boter - 02-05-2010 01:21 PM

I wrongly created some hostname, and later on deleted it. But i still get the error.

Quote:Hey There,

I'm the automatic email sent by on your snowflake.konzola.net (84.255.213.69) server.

A critical error just was encountered while executing function backup_all_engine() in /var/www/ispcp/engine/backup/ispcp-backup-all

Error encountered was:

========================================================================
Domain konzola.net: ERROR: tar returned exit status -1, have a look in /var/www/virtual/konzola.net/konzola.net-backup-2010.02.05-000002.tar.bz2.log
========================================================================

If i try to look at that file I get:
Quote:/bin/tar: .: file changed as we read it



RE: backup problems? - marchaos - 02-05-2010 05:18 PM

Yeah, still exist.


RE: backup problems? - Boter - 02-06-2010 09:10 AM

(02-05-2010 05:18 PM)marchaos Wrote:  Yeah, still exist.
How and where?

Today I got mail from different domain. It exists and everything should work ok.

Quote:Hey There,

I'm the automatic email sent by on your servername.konzola.net (MYIPADDRESS) server.

A critical error just was encountered while executing function backup_all_engine() in /var/www/ispcp/engine/backup/ispcp-backup-all

Error encountered was:

========================================================================
Domain domainname.si: ERROR: tar returned exit status -1, have a look in /var/www/virtual/domainname.si/domainname.si-backup-2010.02.06-000703.tar.bz2.log

And ufcorse

Quote:cat /var/www/virtual/domainname.si/domainname.si-backup-2010.02.06-000703.tar.bz2.log
/bin/tar: .: file changed as we read it

What to do?


RE: backup problems? - kilburn - 02-06-2010 11:59 AM

It's fixed in trunk. You can try downloading the lastest ispcp-backup-all script, placing it into "/var/www/ispcp/engine/backup", running "/var/www/ispcp/engine/setup/set-engine-permissions.sh" and waiting for the next backup, that should properly work.


RE: backup problems? - Boter - 02-07-2010 11:14 AM

Thanks will do. Is there any way to manually run the backup script? just to be shure it works?


RE: backup problems? - kilburn - 02-07-2010 12:53 PM

Code:
/var/www/ispcp/engine/backup/ispcp-backup-all yes



RE: backup problems? - c0urier - 02-07-2010 07:08 PM

It works, tested it this night and no more annoying mails about missing backup due to "file has changed".
Good job!


RE: backup problems? - adivor - 02-08-2010 08:51 PM

Same problem but......update not work for me, i receive the same error after modify.

any suggestion?

I see error log and i have only 1 domain with this problem.

PHP Code:
/bin/tar: ./htdocs/wp-content/plugins/hyper-cache/cachefile changed as we read it 



RE: backup problems? - marchaos - 02-08-2010 09:08 PM

It's not fixed in trunk completely. Problem exist in cache folders. I have this in joomla, adivor have this in wordpress. May be it has reason to copy site folders to temporary folder and then archive this or to exclude some folders from archive creation.


RE: backup problems? - adivor - 02-08-2010 11:10 PM

I'm creating my backup manually by terminal

From htdocs or domain folder use this command:

tar zcvf backup.tgz *
(02-08-2010 09:08 PM)marchaos Wrote:  It's not fixed in trunk completely. Problem exist in cache folders. I have this in joomla, adivor have this in wordpress. May be it has reason to copy site folders to temporary folder and then archive this or to exclude some folders from archive creation.

How is possible exclude some dir from ispcp daily backup?