Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
webbackup-0.8.zip | 2011-01-07 | 270.0 kB | |
webbackup-0.8.tar.gz | 2011-01-07 | 240.7 kB | |
README | 2010-07-27 | 1.7 kB | |
Totals: 3 Items | 512.4 kB | 0 |
/**---------------------------------------------------------------------------------- | 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. /* --------------------------------------------------------------------------------- */