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
- PHP5 und MySQL
Installation:
Die Installation ist denkbar einfach.
- Das Archiv ins “wp-content/plugins” Verzeichnis entpacken.
- Plugin im Admin Interface von WordPress Aktivren.
Unterstützen:
Ü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:

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:


Hi,
I want to use your good plugin with WordPress 3.0. But I got following error message after the start of backup. Can you help me, please?
Frank
Message:
Fatal error: Cannot redeclare backwpup_menu_entry() (previously declared in /srv/www/vhosts/neurosimulation.org/httpdocs/wordpress/wp-content/plugins/backwpup/app/functions.php:8) in /srv/www/vhosts/neurosimulation.org/httpdocs/wordpress/wp-content/plugins/backwpup/app/functions.php on line 38
I would highly recommend this plugin. Very complete and easy to use.
Thank for your help. Now I can run a job without error.
But on tab Backup to Amazon S3, plugin can’t load because file s3.php is missing.
Error :
Warning: require_once(libs/s3.php) [function.require-once]: failed to open stream: No such file or directory on line 360
Fatal error: require_once() [function.require]: Failed opening required ‘libs/s3.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) on line 360
redownload the version to fix it.
Version 1.0.9 have a bug when dumping sql database : “Undefined index: dbshortinsert”. The plugin run without end.
it´s fixed in 1.0.10
Hi !
This plugin is so amazing with the feature “Job Schedule” but after ver 1.0.3, I can’t receive any backup attachment email, when I check logs, I found the problem : “[ERROR] Can not send mail:”
I changed all of send mail method but it’s useless. Please help me !
i Have corrected the massage
BackWPup 1.0.4 is not working with WordPress 3.0. When I try to run a job, just have a blank page and nothing happened.
Sorry i can’t reproduse the problem, but i now that other people have it too.
I need more information tow reproduse or a blog where i can see the error.
Please try again with version 1.0.5
Hello !
I tried version 1.0.5 and the plugin is working fine, but still have a little error : in options-runnow-iframe.php on line 30 , will need to add ; after line echo “No Access!!!” .
Thank you very much !
fixed
Would first like to say this plugin look EXACTLY like what I want. Please keep up the excellent work.
Just a small issue. I am running wp under windows. When I try to open the zip in windows, it says that the zip is corrupt. I then tried copying the zip to my win 7 machine and open it with winrar. I can open the zip, but I cannot extract any files.
Should this be working fine for windows users, or are there know problems?
I’ll try a few other compression tools.
please test it with the new version 0.8.1 the ist the new pclzip version included.
Hi, a little feedback of errors:
I’m using godaddy windows IIS 7 with php5.0
2010-05-18 20:47.33: [WARNING] gzopen(D:/Hosting/2567266/html/Pandita_backuppclzip-4bf28c6588664.gz) [function.gzopen]: failed to open stream: Permission denied
2010-05-18 20:47.33: [ERROR] Zip file create: PCLZIP_ERR_WRITE_OPEN_FAIL (-1) : Unable to open temporary file ‘D:/Hosting/2567266/html/Pandita_backuppclzip-4bf28c6588664.gz’ in binary write mode
2010-05-18 20:47.33: Backup ZIP File size is 0 B
pleace check write premissions of the folder
The plugin only adds the sql backup to the zip, the files and folders are missing though I have selected “database and file” backup and also the 3 checkboxes for the wp files and content are selected.
Any idea?
No, pleace send me a log.
just wanted to say big thanks for this plugin – it’s the best backup plugin I’ve used – it has all the features I could ever want and what is most important it just works! (you cannot say this about most other plugins) once again, vielen Dank!!!
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
So far as I know, it already supports automated backups using WP-Cron. Just set the schedule in the Job Settings.
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.
it allrady includet in the new dev version …..
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.
please update to version 0.7.2
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(((
ganz einfach….
die markierten Tabellen werden ausgeschlossen und nicht gesichert!!!
das hat den Grund wenn einmal eine neue Tabelle hinzukommt wird die automatisch mitgesichert.
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………..
Works great, thank you
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.”
u must have admin accsses to use the plugin i have build in the access check at that version.
I’m admin when I use the plugin and get this message.
All the site is unavailable when I upgrade to Version 0.6.2.
please tet it with the new version.
Hi,
With Version 0.6.4 I get the same error message as soon as I active BackWPup plugin.
Hi Daniel,
My issue is fixed.
The WordPress Role of my admin account was set to Subscriber by a bug of an other plugin.
Thanks for your work.
Best regards
Hi Daniel,
Hängt sich das Plugin in wp-cron.php rein, oder wie wird das gescheduled?
Super plugin ansonsten
jo genau in wp-cron.php…
vieleicht fällt mir später noch ne lösung ein es auch über andere crons laufen zu lassen.
Hey,
I get an error at line 3 of file backwpup/app/options.php.
“Fatal error: Call to undefined function esc_html_e()”
With WP Version did you use ?