Community Add-Ons
AutoBackup Database in Admin
for osCommerce Online Merchant v2.2
POOR ENGLISH:
This script automatically generates a copy .sql of the data base every 5 minutes, while worked in Admin. Without interrupting the current work. Easy to install and to personalize.
INSTALL:
1.- Copy auto_backup_db.php in /admin/inludes/
2.- In "admin/includes/application_top.php" before the last line (?>) write the following line:
require(DIR_WS_INCLUDES.'/auto_backup_db.php');
When the best is possible, the good is not sufficient.
ESPAÑOL:
Este script realiza automaticamente copias de la base de datos en un archivo .sql, mientras se esta trabajando en el Administrador y sin interrumpir lo que se este realizando en ese momento. Es facil de isntalar y de personalizar.
INSTALACION:
1. Copiar el archivo auto_backup_db.php en "/admin/includes/".
2. En "admin/includes/application_top.php", antes del final (?>) agregar la siguiente linea:
require(DIR_WS_INCLUDES.'/auto_backup_db.php');
Cuando lo mejor es posible, lo bueno no es suficiente.
GOC66
Made in Argentina
Legend:
Download
Report
This update is for Sam's backup in (I can't upload there):
http://addons.oscommerce.com/info/8374
Version Update:
v4.3
- Previous versions were exporting non integer fields as a number if the content was a number. In my case, this was causing problems on the products Model_Name when it was a number and was starting with 0, where the 0 was missing in the backup file (it can happen in a lot more fields). This version fixes this.
Changed files: auto_backup_db.php
It works for v2.2 and v2.3.
FULL PACKAGE
