DragnSoul Posted October 9, 2006 Posted October 9, 2006 Hi again to all you wonderfully helpful people out there! I am trying to create a backup of my store databsae but can't seem to figure out how to include my backup directory in 'Configure.php'. My idea is as follows: define('DIR_WS_BACKUP, '/catalog/backup/'); Don't know if this is right but if someone can point me in the right direction, I would be grateful! Thanks!
dittones Posted October 9, 2006 Posted October 9, 2006 Jean, define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
dittones Posted October 9, 2006 Posted October 9, 2006 Jean, define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); I hope this helps, Roman
DragnSoul Posted October 9, 2006 Author Posted October 9, 2006 Roman, Worked like a charm! Thanks for the help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.