Quote Originally Posted by dgent View Post
Backups seem to work fine, but I keep getting this error message at the top of the screen.

Warning: stat() [function.stat]: stat failed for ../extras in C:\inetpub\vhosts\mysite.co.uk\httpdocs\admin\includes\classes\archive.php on line 242
That warning is saying that you asked to exclude extras directory and in fact your ZC install does not have a extras directory.
You can edit YOUR_ADMIN/backup_zconfig.php file and remove extras directory from the Set default exclude directories list.

Skip