You have listed folders in your config file backup_zconfig.php that are not on your server.
You need to edit your_admin_folder/backup_zconfig.php file.
Fine this section of code and edit it to your system.
Code:
// ***********************************************************************
// Set default exclude directories
// ***********************************************************************
$exclude_files = array("".DIR_FS_CATALOG."cache",
"".DIR_FS_CATALOG."extras",
"".DIR_FS_CATALOG."pub"
);
To this
Code:
// ***********************************************************************
// Set default exclude directories
// ***********************************************************************
$exclude_files = array("".DIR_FS_CATALOG."cache"
);
Skip
Bookmarks