I've got two related questions that I haven't been able to get good answers to by searching through the forums and KB.
First, how do request an upgrade of my PHP version? I'm currently on version 1 according to my account panel, but when I go to "upgrade PHP version" I just get an error message saying that the feature hasn't been activated on my account. I'd like an upgrade to a version that supports the command system() or exec(), because I've been trying to run a PHP script that makes backups, archives them (using tar), and sends them to a remote server.
Second, is that a good way to make backups, and can anyone suggest a better one? I understand that the CPanel backup feature has been disabled, and that I can't access the backups kept by x10hosting. However, I don't want to go around every day exporting SQL databases and my public_html folder, so I'm thinking some kind of cron job would be best. That leads me back to the first question on system() support in PHP, which I don't have currently. Besides, can anyone recommend a script that can make backups of both public_html and my SQL database, and then upload them to an FTP server?
Any help would be much appreciated. Thanks!
First, how do request an upgrade of my PHP version? I'm currently on version 1 according to my account panel, but when I go to "upgrade PHP version" I just get an error message saying that the feature hasn't been activated on my account. I'd like an upgrade to a version that supports the command system() or exec(), because I've been trying to run a PHP script that makes backups, archives them (using tar), and sends them to a remote server.
Second, is that a good way to make backups, and can anyone suggest a better one? I understand that the CPanel backup feature has been disabled, and that I can't access the backups kept by x10hosting. However, I don't want to go around every day exporting SQL databases and my public_html folder, so I'm thinking some kind of cron job would be best. That leads me back to the first question on system() support in PHP, which I don't have currently. Besides, can anyone recommend a script that can make backups of both public_html and my SQL database, and then upload them to an FTP server?
Any help would be much appreciated. Thanks!