Automatic Cpanel Backups 21.08.08
I found a script that automatically creates cpanel backups so you don’t have to do them manually. This project is for the following modifications to this script.
The Program will be located on the storage website (the website that will be storing the files) and will create backups for target websites with cpanel accounts. BUT it should still work if the script resides on the server that is also getting backed up.
The program will need to:
1. Connect to the target cPanel account/website
2. Create the full backup
3. Copy the backup to the storage site in a directory specified by the user.
4. Option to remove the backup from the target site.
5. Keep logs of successful/failed backups with an option to send an email after the script runs (with the log info in it).
6. The program should have some basic security so people can’t see the passwords.
I see this as having separate config files for each remote site that include the necessary information required to do the backup.
If you’re skilled in php this should be a really easy project especially since about 80% of the code is already developed (see the attached code).



