phpftp-backup Code
Status: Alpha
Brought to you by:
donchuso
File | Date | Author | Commit |
---|---|---|---|
COPYING | 2007-10-26 | donchuso | [r2] COPYING and README files added |
README | 2007-10-26 | donchuso | [r3] I need to learn English... |
phpftp-backup.php | 2007-10-28 | donchuso | [r4] Fixed some bugs and added more comments |
phpftp-backup - An ftp backup utility for websites ----------------------------------- Prerrequisites: In order to succesfully execute phpftp-backup you should install: * php command line interpreter * mysqldump You also need a suitable MySQL database to store all the meta info Configuration: You have to configure the script. Thus, you should edit phpftp-backup.php, and set up all the global vars. First usage: When running phpftp-backup for first time, it will scan the database for the tables needed. If the porgram can't find the tables, will prompt you for automated creation. Once the database is setup, you can start using phpftp-backup Usage: phpftp-backup can run in to modes: Command line and interactive. When running in command line mode, you should pass the required parameters. For more info run 'phpftp-backup.php --help' When running in interactive mode, it will show you the menu which guides you through the available options. For more info please visit http://sourceforge.net/projects/phpftp-backup/