#################################################################
## MOD Title: Backup
## MOD Author: Versato < admin@prutsemie.com> http://www.prutsemie.com
## MOD Description: You can backup (and zip) your MySQL database
##                  You can backup (and zip) all files and folders (you can customize what files/folders to include/exclude)
##                  You can backup (and zip) MySQL binlogs
##                  You can list all existing backups, so you can download them easily
##                  You can password protect the folder, where your backups will be located
##                  Each zip file gets a unique name (which includes the database name and the date and time) 
##                  so that you can easily manage your backups.
##                  The zip files are usually zipped as .tgz (= double zipped file, so to speak) thus smaller than usual .zip files.
##                  You can enable "Quiet mode" (= without any output), which is perfect for cron jobs (= automatic backups).
##
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit:   none
## Translation Spanish: ThE KuKa - http://www.phpbb-es.com
## Included Files:  admin/admin_backup.php
##                  backup/bufiles.php
##                  backup/bumyslqbinlog-config.php
##                  backup/bumysqlbinlog.php
##                  backup/busql.php
##                  backup/foot.php
##                  backup/head.php
##                  backup/head2.php
##                  backup/htaccess-protectthisfolder.php
##                  backup/index.php
##                  backup/showzips.php
##                  backup/what-files-to-backup/all.php
##                  backup/what-files-to-backup/cgibin.php
##                  backup/what-files-to-backup/onlyavatars.php
##                  backup/what-sql-to-backup/phpbb.php
##                  templates/subSilver/admin/admin_backup.tpl
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
##############################################################
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ COPY ]-------------------------------------------
#

copy admin/admin_backup.php to admin/admin_backup.php 
copy backup/*.* to backup/*.* 
copy templates/subSilver/admin/admin_backup.tpl to templates/subSilver/admin/admin_backup.tpl 

#
#-----[ SAVE/CLOSE ALL FILES ]---------------------------
#
# EoM