Jump to content

Backup


Twentyoneth

Recommended Posts

Use FTP. If you download it via HTTP you don't get all the PHP that was processed before it hit your client. I am sure there is probably an automated program out there that downloads an entire site through FTP for the windows platform, but I don't know what it is. On linux I use crontab to setup a scheduled event and everyday at 1AM my system backs up my clients' sites with wget. You do not want to use PHP because it would have to be on the local system or you would have to have an FTP server on the local system for it to send the files to and you would have to load the PHP file in a browser or use a command line execution. Either way using PHP for this tak would more then likely be counter productive in your case.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.