• Resolved jamesdenver

    (@jamesdenver)


    I’m following the “How to Backup” guide at

    http://codex.wordpress.org/WordPress_Backups#Backing_Up_Your_WordPress_Site

    and was wondering if anyone could take a look at some screenshots to ensure I’m doing it correctly. I’m new to SQL and doing backups, but would like to ensure I’m doing it correctly if I need it.

    Am I correct in going to each part, (categories, comments, posts, etc), then exporting it? My SQL files after saving them in .gz docs are between 500b and and 1kb.

    Not exactly sure what saving tables will do, but I’d like the simplest restore possible if I need it, and don’t mind saving extra file space.

    Thanks in advance, I appreciate it — my screenshots are at:

    http://www.jamesvandellen.com/index.php/backup-screenshots

    Many thanks! james

    [sig removed]

Viewing 7 replies - 1 through 7 (of 7 total)
  • 1. No, it is much easier to backup (=export) all the tables at once.
    2. Learn that URLs always should start with http//:
    3. No signatures, please!

    Your database is divided into various tables. So your posts go in one, your comments in another, options in yet another and so on. Backing them up means that you are saving the various portions of your database.

    There should be an option that will allow you to save all the tables in one file, but saving them individually won’t hurt.

    BTW, .gz files are like .zip files, it’s a different method of compression, that’s all. 7-zip is a free program that can read .gz files, if you’re curious as to what the database files look like.

    Thread Starter jamesdenver

    (@jamesdenver)

    OK – on my main phpMyadmin page I have an Export option. I selected jameswp, (my WP DB), checked “add DROP DATABASE”, and ” add DROP TABLE”.

    I exported, saved and have a 27kb GZ file titled:
    mysql1[1].gearhost.com.sql

    Is that complete? I’ll check out 7-zip at home and check out the files to learn more.

    screenshot is 4th pic at
    http://www.jamesvandellen.com/index.php/backup-screenshots

    Thanks both — I appreciate the help!

    On the Codex page you linked in your first post there are very, very detailed instructions – with pictures.
    Did you follow them in the proper order?
    Like:
    select the database
    click Export
    select/highlight the tables to be exported
    check the indicated boxes
    etc.

    EDIT. Do you ever check the links you are posting here???

    Thread Starter jamesdenver

    (@jamesdenver)

    Corrected link – Thanks.

    I am following the Codex guide to the letter, but just want to make sure the final output is correct, as I plan on doing it weekly.

    Thanks again for the help.

    Well, according to those images (snapshots) you are NOT following the instructions.

    On the other hand: if you have WP 2.x you have a backup plugin.

    Thread Starter jamesdenver

    (@jamesdenver)

    Maerk – Thanks for the info on 7-ZIP. I’ve exported all my files, extracted in 7-zip, checked in Word and it contained all of my content.

    That verification is exactly what I was looking for – I appreciate the help.

    James…

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Am I doing a Backup properly?’ is closed to new replies.