WebBackup Code
Status: Beta
Brought to you by:
marcostimm
File | Date | Author | Commit |
---|---|---|---|
inc | 2010-07-27 | marcostimm | [r16] |
log | 2010-07-26 | marcostimm | [r5] |
temp | 2010-07-26 | marcostimm | [r5] |
README | 2010-07-27 | marcostimm | [r16] |
cron.php | 2010-07-27 | marcostimm | [r16] |
home.php | 2010-07-27 | marcostimm | [r16] |
index.php | 2010-07-27 | marcostimm | [r16] |
log.php | 2010-07-27 | marcostimm | [r16] |
/**---------------------------------------------------------------------------------- | WebBackup v 0.8 - by Marcos Timm Rossow | Copyright (c) 2010 Marcos Timm Rossow | Email: marcos@marcos.blog.br | Site: http://webbackup.marcos.blog.br +----------------------------------------------------------------------------------- | WebBackup is free software: you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation, either version 3 of the License, or | (at your option) any later version. | WebBackup is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | See the GNU General Public License for more details on http://www.gnu.org/licenses/ +------------------------------------------------------------------------------- **/ CONFIGURE: 1) Give WRITE Permission on "log" and "temp" folders. (IMPORTANT!) 2) Configure your cron job to run the cron.php file at least once a day Linux: e.g.: Run once a day: @daily /usr/local/php5/bin/php /home/marcos/www/webbackup/cron.php Windows: Goes to "Systema Tools" -> "Scheduled Tasks": Use Wizard and create somethink like that: C:\PHP\php.exe “C:\Program Files\Apache\htdocs\webbackup\cron.php” /* --------------------------------------------------------------------------------- */ USAGE: - Just login with user "admin" and password "admin" and change the password and other things that you want. /* --------------------------------------------------------------------------------- */