DynaBackup from Lumensoft Int.
==============================

I have maked DynaBackup to use in RC2 and RC3.

install
=======
You need to copy al the files to a subdirectory of modules.
And edit de config.inc.php in the directory "cache" for your needs.
You need also set de cdmod of "Cache" to 777 and do this also for 
config.inc.php, in a next version you can edit the config in the 
admin.

After installing it in xoops you can look in the Blocks admin and 
find a new block named "start backup block" turn this on for the 
webmasters only.

Now you can go to the startpage (home) and click on "Backup Now" and 
you get a email with the backup in it.

config.inc.php
==============
In the Config.inc.php there are 2 parameters you can set to tell how 
the backup unit needs to make the dumpfile and the methode to send it
to you.

$cfgBackupTarget
----------------
Tells how it is send to you:

download,
after creating the backup, it try's to start the download. 

email,
when de backup dump is complete, you get a email where you
get a link to download the file. This is mutch saver. It is send only
to the emailadres inserted in the preferent's admin.

cache,
de backup is only stored on the server. noting else is thone with it.

$cfgZipType
-----------
gzip, bzip, zip: when your profider alow this on your site, you can choice 
on of this file type to use as download.

sql: when you can't compress the files the file is saved as a ascii file.

Guarantee
========= 
This tool is "AS-IS" no guarantee of any kind.

You can connect me at xoopsinfo@lumensoft.nl
or at my website: www.lumensoft.nl
