| All Things Techy Everything else that doesn't fit in the other categories! |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Comfy Contributor
Joined in Feb 2006
Lives in Ohio
Hosted on SH93
117 posts
Gave thanks: 4
Thanked 0 times
|
Automatic Full Backups
I am looking for a php script that will do a full backup of my site and ftp it to another location on a regular schedule. I think I need a php script and then a chron job to run it. I tried the script at Automatic cPanel backup (domain & MySQL) with cron & PHP
but it doesnt work with the new cPanel. Does anyone know of any scripts for cPanel 11?
__________________
|
|
|
|
|
|
#3 (permalink) |
|
DUMP TRUCK
Super #1
Joined in Mar 2005
Lives in Houston, TX
7,177 posts
Gave thanks: 10
Thanked 230 times
|
Are you wanting to back up just the public_html contents, or that as well as your databases and emails and ... ?
__________________
Surpass Abuse & Security unofficial IRC chat: #surpass @ irc.blessed.net (efnet)
|
|
|
|
|
|
#5 (permalink) |
|
Registered User
Comfy Contributor
Joined in Sep 2007
Lives in ~root
109 posts
Gave thanks: 1
Thanked 11 times
|
I think that all options for this are gone. I have pretty much the same script in my notes but if you're saying it doesnt work on cpanel 11 then you may be out of options
I'd just do a bash script. It's not to code all of this up, short of the mysql DBs.
__________________
I'm proud to say I never have and never will use vista |
|
|
|
|
|
#6 (permalink) |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
|
Try to change:
Code:
$skin = "x"; Code:
$skin = "x3"; Code:
fputs($socket,"POST /frontend/".$skin."/backup/dofullbackup.html?".$params." HTTP/1.0\r\n"); Code:
fputs($socket,"POST /frontend/".$skin."/backup/wizard-fullbackup.html?".$params." HTTP/1.0\r\n"); |
|
|
|