BackWPup

For english description go here.

Entstehung:

Ich habe das Plugin ins Leben gerufen weil ich auf der WordPress Homepage nur ein Plugin gefunden habe was dieses unterstützt. Dieses Plugin wird aber zur Zeit nicht mehr weiter entwickelt. Und ich wollte ein Plugin haben was das kann ausserdem habe ich im Form weiter Benutzer gefunden die gerne eine Alternative hätten.

Voraussetzungen:

  • WordPress 2.8.0 und höher
  • bisher nur mit PHP5 und MySQL 5 getestet.

Installation:

Die Installation ist denkbar einfach.

  1. Das Archiv ins “wp-content/plugins” Verzeichnis entpacken.
  2. Plugin im Admin Interface von WordPress Aktivren.

Übersetzung:

Wenn jemand das Plugin übersetzen möchte kann er dies gerne tun. Die dafür nötige .pot Datei steht im lang verzeichnis des Plugins. Eine Deutsche Sprachdatei werde ich beigefügen.

Übersetzungen:

keine, bisher ;)

Screenshots:

kommen noch.

Lizenz und Garantie:

Der Script steht unter der GPL-Lizenz.

Ich übernehme keinerlei Haftung für Schäden, die durch das Script, ob direkt oder indirekt, verursacht werden.
Desweiteren kann keine absolut korrekte Funktionsweise des Scriptes garantiert werden.
Es werden auch keine Gewährleistungen für die vom Script gespeicherten (oder auch nicht gespeicherten) Daten übernommen.
Die Nutzung des Scriptes geschieht auf eigene Gefahr und Verantwortung.

Mit dem Download und/oder der Nutzung des Scriptes erklären Sie sich mit den Lizenzbestimmungen einverstanden.

Download:

Entwicklungs Version:

Entwicklungs Version:

Ältere Versionen:

Forum:

Bei Wordpress tag BackWPup

Versions History: hier

885 Views

29 Antworten zu “BackWPup”


  • I am blown away by this plugin. The amount of data it is capable of gathering for the backup archive is amazing.

    However, I would appreciate it if you could take a look at the thread I’ve opened in the WordPress support forum regarding errors I’ve had with this plugin. Thanks!

  • Hi Guys,

    Looks like very useful plugin, but is there any chance that this plugin will be upgraded to support automated backups. As this would be everything what I ever needed.

    I was not testing it but as I can understand it can make DB and WP files backup to separated ftp server.

    BR
    Fateman

  • I just manually created the table in the MySQL database, using the following script (which worked for my setup):

    CREATE TABLE
    wp_backwpup_logs
    (
    logtime BIGINT NOT NULL,
    jobid INT NOT NULL,
    jobname VARCHAR(255) NOT NULL,
    type VARCHAR(20) NOT NULL,
    error TINYINT NOT NULL default ‘0′,
    warning TINYINT NOT NULL default ‘0′,
    worktime TINYINT NOT NULL default ‘0′,
    log LONGTEXT NOT NULL,
    backupfile VARCHAR(255),
    PRIMARY KEY (logtime)
    )
    DEFAULT CHARACTER SET utf8;

    Maybe this change can be included in a future version. Thanks a lot. I really like your plugin.

  • I just posted this to the plugin’s WordPress.org’s forum, but I imagine some people will look at this first.

    ” am getting an error, that momentarily shows up on the browser, when I try to activate the plugin. From reading the text, it looks like a MySQL schema error.

    The error text reads as follows: “WordPress database error BLOB/TEXT column ‘log’ can’t have a default value for query CREATE TABLE wp_backwpup_logs ( logtime BIGINT NOT NULL, jobid INT NOT NULL, jobname VARCHAR(255) NOT NULL, type VARCHAR(20) NOT NULL, error TINYINT NOT NULL default ‘0′, warning TINYINT NOT NULL default ‘0′, worktime TINYINT NOT NULL default ‘0′, log LONGTEXT NOT NULL default ”, backupfile VARCHAR(255), PRIMARY KEY (logtime) )DEFAULT CHARACTER SET utf8 made by activate_plugin, do_action, call_user_func_array, backwpup_plugin_activate, dbDelta”.

    I hope this may help to improve the plugin.”

  • Hello, Your plugin needs many developments, Particularly include the restore, Email and onine backup options. But strong design concept than any other backup plugins. I request continue your work in same way and user friendy. I didn’t find any good backup plugin, Firsttime, I found your plugin but needs more work from you. I expect your next update with advanced thanks.

  • Hi, i got a problem with the ftp part of the script it makes some errors.

    Warning: ftp_systype() [function.ftp-systype]: Please login with USER and PASS first. in /home/www/soeren.benzon.org/wp-content/plugins/backwpup/app/dojob/destination-ftp.php on line 91
    2009-12-16 12:07:14: Connected insecure to FTP server: http://ftp.dinhost.net

    Warning: ftp_systype() [function.ftp-systype]: Please login with USER and PASS first. in /home/www/soeren.benzon.org/wp-content/plugins/backwpup/app/dojob/destination-ftp.php on line 105
    2009-12-16 12:07:14: ERROR: Can not connect to FTP server: http://ftp.dinhost.net

    Some way to fix that tryed some stuff but diddent work out.

  • Just installed your plugin Version: 0.7.0 on WP 2.8.4. I can’t transfer the zip file containing the backup with FTP. It’s possible the problem is that I have WinRar, not Winzip? How could I have the file attached directly in my mail and not on the server?
    Thanks

  • Hallo Daniel. Ich habe wp 2.8.4 und dein plugin arbeitet nicht correct. Ich bekomme per email solche log:

    2009-09-30 12:05:16: Temp dir is /mysite/www/wp-content/backwpup.
    2009-09-30 12:05:16: Backup zip file save to: /mysite/www/wp-content/backwpup/backwpup_1_2009-09-30_12-05-16.zip
    2009-09-30 12:05:16: Run Database Backup…
    2009-09-30 12:05:16: ERROR: No Tables to Backup
    2009-09-30 12:05:16: Database backup done!
    2009-09-30 12:05:16: Sending mail…

    Ich waehle alle tabelle aber weis ich nicht genau was das ist(((

  • This plugin is just brilliant!
    Need help for translations?
    To make it works on free.fr (french ISP & hosting), just comment or change few lines as some FTP commands are not well recognized.

    line 46
    - $type = ftp_systype($ftp_conn_id);
    + $type = ’ssl’;
    line 53
    - $type = ftp_systype($ftp_conn_id);
    + $type = ‘normal’;
    line 73
    - ftp_raw_helper($ftp_conn_id,’ALLO ‘.filesize($backupfile));

    • in backwpup/app/dojob/destination-ftp.php file… obviously!

    • Hi Adrien,

      Translations every time welcome.

      I have changed the conection testing a littel bit so the the ftp_systype command is not loger used for connection testing.
      but why U must commnt out the ‘ALLO’ command ?
      FTP ignore the vommand if it not used.

      • As I said it’s only a pb with free.fr hosting FTP system… don’t ask me why they refuse ALLO command… but it create a warning and then send an email to me for each backup!
        My tips are just for free.fr (host: ftpperso.free.fr), based on my experience, it’s not a patch!

      • I have made some changes for the ALOC comand that this command not print error if its work.

        I will make the FTP roubust for the most systems that is why i make the changes.

        plase thest the development release and gif me feadbeck….

  • It seems better than any other backup plugin I could find on the net for wordpress….

    Great plugin………

    Modified it a bit to backup some other sites toooo(just used the code to backup)……….

    Works great on them tooo………..

  • With BackWPup Version 0.5.5 no issue but when I upgrade to Version: 0.6.2 I get this message “You do not have sufficient permissions to access this page.”

  • Hi Daniel,

    Hängt sich das Plugin in wp-cron.php rein, oder wie wird das gescheduled?

    Super plugin ansonsten :-)

  • Hey,
    I get an error at line 3 of file backwpup/app/options.php.

    “Fatal error: Call to undefined function esc_html_e()”

    :)

Eine Antwort hinterlassen