Jump to content

Dailly Backup


freevp

Recommended Posts

Here's an old php script I used to backup my account once a month. You can adjust the date. The reason I had the date for once a month is because my cron would run every day catching many scripts.I haven't used it in a couple of years. Don't know what needs to be changed to work on Tommy now.

 

https://bybyron.net/files/auto_cpanel_backup.txt

Edited by Byron
Link to comment
Share on other sites

Here's an old php script I used to backup my account once a month. You can adjust the date. The reason I had the date for once a month is because my cron would run every day catching many scripts.I haven't used it in a couple of years. Don't know what needs to be changed to work on Tommy now.

 

https://bybyron.net/files/auto_cpanel_backup.txt

Thanks, do I have to run that from the Johnny server or from anywhere? Also how would I set up the cron job to ran that thanks :)

Link to comment
Share on other sites

 

It needs to run from the server your on, so if your on Johnny, run it from there. Here's the way I set up cron to run a php script:

php -q /home/user_name/public_html/your_script.php
OK Thanks. Also for changing the once a month to once a day i would just do this:
$date = date("j");if ( $date > 0 ){
Thanks :)

 

EDIT:

Also does this backup MySQL?

Edited by freevp
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...