• There is a new version of Wp Backup and Restore available which is completely integerated into the WordPress admin interface and controlled by user levels.
    Features include, as before, backup and restore of your WordPress database on the fly and backup of your WordPress directory for local storage. Very easy install. Please post bugs on here.
    Peace
    Download location: http://dinki.mine.nu/word/b2-img/wp_backup.zip
    Found a small bug. If you had downloaded the files before this message appeared in the thread, please re-download.

Viewing 15 replies - 61 through 75 (of 77 total)
  • when i tried to backup my database i got this:<br>Warning: passthru() has been disabled for security reasons in /home/linguagy/public_html/test/wp-admin/backupRestore.php on line 49
    when i tried to download my WP files, i got this:
    Warning: passthru() has been disabled for security reasons in /home/linguagy/public_html/test/wp-admin/backupRestore.php on line 80
    Whats going on?
    please help

    This update was posted June 20, ’04 by Laughing Lizard as: WordPress 1.2 One Click Backup
    http://wordpress.org/support/index.php?action=vthread&forum=10&topic=7804&page=0#post-1
    A new version of the backup scripts for WordPress 1.2 Mingus is now available. This has been tested with 1.2 Mingus and the instructions have been updated along with some of the code.
    Some of the new and original features are:
    One click backup of the WordPress MySql database which can be then downloaded from your browser without the use of any FTP client.
    One click backup of all the files inside your WordPress folder which can then be downloaded from your browser.
    Date coded backup named for sql files and zipped WordPress files.
    Better checking of user level. This menu is only available to users with level 10 (or admin) and every backup/restore script has user checking built in to prevent un authorized usage of this tool.
    One click restore of database (if you have a Linux server)
    More streamlined SQL creation resulting in faster backups and cleaner dumps. Please download the zip file from:
    http://weblogtoolscollection.com/b2-img/wpbackup12.zip

    I’m having problems restoring my blog.
    Before I switched to my new server I copied all files from my site onto my local computer and made an SQLdump with LaughingLizards hack.
    Now, on my new server, I have uploaded the old files, installed the newest version of WP and LL’s restore hack. When I log into WP I can see my restore .sql file on the BackupREstore page. I click to restore it and, even though it says “restore was sucessful”, nothing is restored.
    Any ideas?

    Yup.
    Download that file, and restore it through phpmyadmin.
    http://www.tamba2.org.uk/wordpress/backup/
    Bottom half of the page. Post back if you get stuck / are unsure 🙂

    Hmmm.
    Thanks, Podz, for the help. I am still having some problems though.
    First of all, I only have a .sql file. I don’t have that zip file that the tutorial you refered me to references. Perhaps that is my problem?
    When I try to restore the .sql dump through PHPMyAdmin it just hangs there for about 15 minutes and eventually gives me the following:
    Fatal error: Maximum execution time of 300 seconds exceeded in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/read_dump.lib.php on line 77

    The .sql file will be fine – it’s the one I use.
    How large is the .sql file you have ?
    I would suggest splitting the .sql file into two.
    – get pspad ( http://www.pspad.com ) – it can handle sql files.
    – COPY THE SQL and work from the copy !
    – open the sql file in pspad.
    You will see stuff like this:

    # ——————————————————–
    #
    # Table structure for table wp_categories
    #
    CREATE TABLE wp_categories (

    and following that, all the data for that table.
    Then there will be a gap, and it will show similar stuff for the next table.
    What you need to do is split your sql file into two, but without splitting a table.
    So from the start of the file, if you highlighted to about halfway through the document, and stopped the highlight at one of the
    #————————————————————
    lines, then ‘cut’ and ‘saved as an sql file’ (it’s name does not matter) then saved what was left as another sql file, you would have 2 files to import.
    That should then work.
    But PLEASE work from a copy !
    If I’ve not been clear enough – it’s getting late here 🙂 – post back.

    Up until 2 days ago my Backup/Restore was working perfectly, the SQL database and the WP files were being backed up and stored fine in the directory. Now after New Year’s, (i’ve made no changes) the WP files still backup fine but the SQL database doesn’t. It tells me that the database backed up fine, and all is well and gives me a link to the SQL file, but the SQL file is never created. The tar file still is created and works.

    Any ideas? Could it have anything to do with the date?

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Did you host change PHP or MySQL? Try to backup the database manually, see if you have any difficulty. http://www.tamba2.org.uk/wordpress/backup/

    My host hasn’t changed PHP or MySQL but you know I did add two more tables that are not wp_ related to my same database. They don’t have the wp_ heading, and they are for another function. Could that have anything to do with it?

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    I don’t know. Can you manually backup your database using the tutorial given above?

    Yes, I can manually back them up in phpMyAdmin. Any suggestions?

    I tried backing up just the WP tables separately and then all my tables (wp ones and non-wp ones…meaning the full database). Both worked fine through phpMyAdmin.

    Don’t know whats up.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Probably related to the two non wp_ tables then. The usual trend is to use one database for WordPress and accompanying plugins.

    macmanx: The other two tables are being used for an accompanying plugin. They’re not totally unrelated to WP, they just don’t have the wp_ template tag at the start.

    I can’t figure out why it just stopped working. 🙁

    Updated version of Laughing Lizard’s One-Click Backup/Restore for WP 1.5 Beta.

    http://invisinet.com/weblogdev/downloads/one-click-wp1.5.zip

    This works for me on 1.5 01.04.05 nightly. No guarantees though, so you should NOT install this in your production blog and you should NOT do anything if you don’t know what you are doing.

    I corrected the filename so the link should work now.

Viewing 15 replies - 61 through 75 (of 77 total)
  • The topic ‘WP Backup/Restore new version’ is closed to new replies.