I had a bit of a scare with a malformed database last night which got me to getting onto making sure I have so many redundant backups of my site that I am covered in the event of the server dying, my home backup server dying, etc. 🙂 That said, I am trying to use httrack to download the entire site, but I run into a case where it ONLY gets the root site (for example):

test.mylovelysite.com

But I need it to crawl:

test.mylovelysite.com/page/2/ etc., etc., etc.

I can go and tell it to download each page manually, but what I’m trying to do is:

  • Capture all the site content locally:
    • Pictures
    • Comments
    • Videos

I can open the downloaded files in Chrome and the only local page is the root page right now. Any link just points me back to the actual site itself I am trying to backup.

I’ve tried the export function within WordPress, but I’m not looking for an XML file, I’m looking for an entire local backup of the site. I have SFTP ac

2 Answers
2

Try to use WordPress backup plugins like XCloner or Duplicator, both will backup the entire site files along with the database with easy restore or copy of your site on a different server or on local machine.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *