Quote Originally Posted by haredo View Post
Read this tutorial:

report back any errors in this folder:
Thanks. Everything in the stor and admin works - the blank screen is only after trying to run the backup. I double-checked my file uploads and there are no recent error logs in that folder.

The only file I edited was the configure (to exclude my images folder) and I believe my sntax is correct:

Code:
  $exclude_files = array("".DIR_FS_CATALOG."cache",
  						 "".DIR_FS_CATALOG."extras",
  						 "".DIR_FS_CATALOG."images",
  						 "".DIR_FS_CATALOG."pub"
  						 );