barco57,
Thanks for your reply. I want to be sure I understand your reply.
I do sell downloads. Could you explain why 'PUB' is in both pieces of code and Extras should not be backed up?
I want to better understand.
There is two sections of code that look like PUB duplicated.
Here is the code in the
// ***********************************************************************
// Note each directroy or file name must be surrounded with double quotes
// and a single comma with no space separating each.
// DIR_FS_CATALOG = Zen Carts root files system path you must use this and
// just add the directory you want excluded.
// Rember that directories names are case sensitive!
// ***********************************************************************
/* Sample Exclude
$exclude_files = array("".DIR_FS_CATALOG."cache",
"".DIR_FS_CATALOG."pub",
"".DIR_FS_CATALOG."admin",
"".DIR_FS_CATALOG."download"
);
*/
// ***********************************************************************
// Set default exclude directories
// ***********************************************************************
$exclude_files = array("".DIR_FS_CATALOG."cache",
"".DIR_FS_CATALOG."extras",
"".DIR_FS_CATALOG."pub"
);
// ***********************************************************************
Bookmarks