6
btsec:
le="color: #000000"><?php $path = XOOPS_VAR_PATH.'/backups/'.strtolower(date('l')).'/'.strtolower(date('Y')).'/'.strtolower(date('m')).'/'
The backups are stored in the VAR PATH, this is your xoops_data folder which normally lives outside your root path anyway..
It creates the folders for the following. Image it is todays date
Saturday,feburary 13, 2009It will store the files in for this day:
/xoops_data/backups/saturday/2009/02/ -- for each day and database the path revolves for the date, so backups done on a Saturday are in Saturday.. backups for Friday are in Friday then separated by the year and month.
If the backup file already exists it is deleted and replaced.