Backup Plugin for Wordpress 1.5
Please subscribe to our RSS feed for new articles. We report on Wordpress news, themes, plugins, ideas, hacks, quick fixes and everything about blogging, especially about Wordpress. You can also receive updates from this blog via email if you want that method of notification.
The One Click Backup Plugin for Wordpress 1.5 and above is ready. I have incorporated all the work done by Ryan Boren and Bob Apthorpe into it.
Some of the added features of this version includes:
- A tweaked and modified PEAR/Tar interface that does not require passthru for file backup. Now users with passthru disabled and users on Windows systems can safely use this plugin. Security suggestions of Bob have been added to the readme, so please read through those carefully.
- The MySql backup is done through code and not through passthru. Again, passthru deficient systems and windows systems will benefit.
- Simple plugin install, no code to be modified. Just copy the files around, create a directory and activate the plugin.
- Backup folder will NOT get recursively backed up.
PS: Passthru is not needed in this version, no special tools needed on server to perform backup.
Download the plugin zip file.
Please report bugs as comments.
[EDIT] Localized Wordpress Backup/Restore Plugin with German Translations


(10 votes, average: 3.6 out of 5)











Comments RSS
I couldn’t get this to worrk until I changed all cases of backupRestore.php in the BackupRestoreForm.php file to backupRestoreAdmin.php
[Reply]
Ian (1 comments.) — 02/6/2005 @ 1:05 pmWhoops, good catch! Fixed in download.
Thanks
[Reply]
Mark — 02/6/2005 @ 1:41 pmExcellent work!
[Reply]
RonD (2 comments.) — 02/6/2005 @ 2:32 pmI’ve installed the plugin and it gives me this error when I try to access to Backup/Restore inte administration panel:
Warning: touch(): Unable to create file ABSPATHwp-content/backup/index.html because No such file or directory in /xx/xxxxx/xxx/xxx/xxxxxxxx/www/mangasverdes/wp-admin/backuprestoreAdmin.php on line 6
Fatal error: Call to undefined function: get_settings() in /xx/xxxxx/xxx/xxx/xxxxxxxx/www/mangasverdes/wp-admin/backuprestoreAdmin.php on line 7
Thanks for your work.
[Reply]
mmeida (3 comments.) — 02/6/2005 @ 7:35 pmAre you sure you have the right version and all the files have been copied correctly? It sounds like there was a file in your wp-admin folder called backuprestoreadmin and this was not replaced with the new one.
[Reply]
Mark — 02/6/2005 @ 7:58 pmYes, I’ve deleted all backuprestore from my wp-admin and plugins folders and reinstalled. But it still in error
Could be an url bug?
Thanks.
[Reply]
mmeida (3 comments.) — 02/6/2005 @ 8:26 pmMake sure you download the following zip file.
http://weblogtoolscollection.c.....ckup15.zip
[Reply]
Mark — 02/6/2005 @ 10:14 pmDoes this work for the multi-user version? I’m a Blogsome user and I’d like to be able to back up my WP blog.
[Reply]
Meredith (1 comments.) — 02/7/2005 @ 2:47 pmI am not sure since I do not have an installation to test it with. Give it a shot, it might work.
[Reply]
Mark (239 comments.) — 02/7/2005 @ 3:12 pmAll fine al last, I was uploadind only two files of the pack to my wp-admin folder. Sorry and congratulations for your plugin.
Thanks.
[Reply]
mmeida (3 comments.) — 02/7/2005 @ 3:13 pmI’m having what seems a small problem. If I install as directed, I get an error:
Forbidden
You don’t have permission to access /wordpress/wp-admin/c:\wamp\www\wordpress\wp-content\plugins/backuprestoreAdmin.php on this server.
By changing the backuprestore.php line that reads:
add_menu_page(’Backup/Restore’, ‘Backup/Restore’, 9, dirname(__FILE__) . ‘/backuprestoreAdmin.php’);
to:
add_menu_page(’Backup/Restore’, ‘Backup/Restore’, 9, ‘backuprestoreAdmin.php’);
I can get to the backuprestoreAdmin.php page OK, but I’m seeing some warnings:
10
Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 9
These warnings don’t affect the function (thankfully! this is a great plugin!), but I’d like to know how to fix the problem. Any help would be greatly appreciated. Thanks!
[Reply]
Scott — 02/14/2005 @ 12:41 amEverything goes fine when importing from my WP 1.2.2 install (to 1.5 Straycat). But no posts on my blog show up. Have set all permissions right.. I looked thru the sql dump in BBedit, and sure my posts are there.. Hmm..
[Reply]
Christopher Anderton (3 comments.) — 02/15/2005 @ 4:14 pmDid you run the upgrade?
[Reply]
Mark (239 comments.) — 02/15/2005 @ 4:19 pmYeps.. When i’m running Backup/restore it just take a second or so..
Then: mysql -hDB_HOST -uDB_USER -pDB_PASSWORD -f DB_NAME < /home/******/public_html/wp-content/backup/1******75wordpress.sqlRestore successful.
[Reply]
Christopher Anderton (3 comments.) — 02/15/2005 @ 4:28 pmNew 1.5 Installation
I get the “Warning: Cannot modify header information - headers already sent by (output started at /../wordpress/wp-admin/backuprestoreAdmin.php:5) in /../wordpress/wp-admin/admin.php on line 6″
as mentioned before. It does not affect the working of the plugin, but is cosmetically annoying.
Thanks for the plugin.
Bill
[Reply]
Bill Ramby (1 comments.) — 02/20/2005 @ 10:43 amWarning: fopen(/home/umetnic/public_html/wordpress/wp-content/backup/26022005wordpress.sql): failed to open stream: Permission denied in /home/umetnic/public_html/wordpress/wp-admin/backuprestoreAdmin.php on line 222
Warning: fwrite(): supplied argument is not a valid stream resource in /home/umetnic/public_html/wordpress/wp-admin/backuprestoreAdmin.php on line 223
Backup Successful.
;/ Is this Ok?
Keep up the good work!
[Reply]
umetnic — 02/26/2005 @ 7:20 pmP.S. I just checked, and there aren’t any files in my backup folder.
[Reply]
umetnic — 02/26/2005 @ 7:24 pmEither you do not have the “backup” folder created or the permissions for your backup folder are off.
[Reply]
Mark — 02/27/2005 @ 12:55 amThe header warning is a bug. Even if it does not effect the functionality it is a plugin bug and should be fixed.
[Reply]
Gary — 02/28/2005 @ 2:39 pmFixed.
[Reply]
Mark (118 comments.) — 02/28/2005 @ 3:30 pmI’m the only user of my blog and my admin level is 10. This is what I get from the one-click install:
[Reply]
Jenn — 02/28/2005 @ 6:42 pmWhat version of Wordpress are you running? Are there any other plugins/hacks installed? If upgraded to Wordpress 1.5, have you made sure all the files have been replaced with the new ones?
[Reply]
Mark (118 comments.) — 02/28/2005 @ 7:12 pmI running 1.5 Strayhorn, never have used this plugin before. I have other plugins installed, but if it comes down to it, I’ll have to stick with phpMyAdmin
[Reply]
Jenn — 02/28/2005 @ 9:35 pm[...] having an offline copy of everything she has published and I remembered reading about the One Click Backup for 1.5 from Weblo [...]
» One Click Backup? It Exists! — 03/15/2005 @ 1:27 pm[...] tailed and thorough tutorials, if you have ever wanted to successfully install and use the One Click Backup Plugin for Wordpress 1.5 and would have lik [...]
Weblog Tools Collection » WP One Click Backup Tutorial — 03/15/2005 @ 1:54 pm[...] backup options?
Posted March 15th, 2005 in Plugins
taking a look at the one-click backup to see whether it will be a good s [...]
WordPress at Pierce College » Blog Archive » backup options? — 03/15/2005 @ 3:54 pmIt works fine with my WP 1.5, thanks a lot for this plugin.
[Reply]
maira — 03/16/2005 @ 9:42 pminstalled and appears to done back-up with no problem.
when I try to download the back-up I recieve a 403 permission error-
“403 Permission Denied
You do not have permission for this request /wp-content/backup/18032005wordpress.tar.gz”
I’m green on all this - any ideas what I’ve done wrong?
Thanks.
Catonya
[Reply]
Catonya (1 comments.) — 03/18/2005 @ 3:54 pmMight be a good sign security wise. however, I would FTP into your server and check to make sure that the file exists like it should, download it and unzip it onto your hard drive to be double sure.
[Reply]
Mark (118 comments.) — 03/18/2005 @ 3:57 pm[...] 05-3-19 Sat Backup Plugin for WordPress 1.5 category: WP-plugin >Backup Plugin for WordPress 1.5 ã„ã‚ãšã [...]
MMRT daily life » Backup Plugin for WordPress 1.5 — 03/19/2005 @ 12:30 am[...] No more lost databases After my own screwup a few days ago, I have installed “One Step Backup for 1.5″ for WordPress 1.5 to m [...]
Evil Conservative Blog » Blog Archive » No more lost databases — 03/20/2005 @ 12:22 amI got the same problem as Christopher, everything seems to work fine, but when I check my site, nothing has changed! Is there a known solution?
[Reply]
Daniel (1 comments.) — 03/21/2005 @ 7:38 am[...] .com.ru/archives/3″> Плагин: Backup Ð´Ð»Ñ Wordpress 1.5 Сайт на Weblog Tools Collection Скачать Backu [...]
Ру-Wordpress » Ðрхив » Плагин: Backup Ð´Ð»Ñ Wordpress 1.5 — 03/21/2005 @ 2:32 pm[...]
Плагин: Backup Ð´Ð»Ñ Wordpress 1.5 / Март 22nd, 2005
Сайт на Weblog Tools Collection Скачать Backu [...]
slaff bloggin’ ¦ блог, личные заметки, stay online :) » Ðрхив Блога » Плагин: Backup Ð´Ð»Ñ Wordpress 1.5 — 03/22/2005 @ 3:51 pm[...] Talking to myself GeekyMarch 24th, 2005 WordPress Plugin | Thanks to theWordPress Backup Plugin and this tutorial, backing up all my [...]
Talking to myself » WordPress Plugin — 03/23/2005 @ 12:45 pmI have the exact same error;
The file ‘backuprestore.php’ (function) makes a menu option with an url;
http://remidian/wp-admin/c:/ap.....eAdmin.php…Hope you can fix !
Thanks!!
[Reply]
remi (1 comments.) — 04/1/2005 @ 3:12 am[...] ãŒãªã„様ã§ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚’ã¨ã‚‹ã—ã‹ãªã„ã¿ãŸã„。 Weblog Tools Collection » Backup Plugin for Wordpress 1.5 [...]
i my me mine » データベースã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ— — 04/2/2005 @ 2:42 pm[...] ãŒãªã„様ã§ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚’ã¨ã‚‹ã—ã‹ãªã„ã¿ãŸã„。 Weblog Tools Collection » Backup Plugin for Wordpress 1.5 [...]
i my me mine » データベースã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ— — 04/4/2005 @ 9:30 am[...] which I’ll be looking at (mostly this is a note to myself). Backup your WordPress : One-Click Backup for WP 1.5 For small to medium large datab [...]
The Boschmans Account » Blog Archive » WP Plugins to investigate : — 04/9/2005 @ 9:59 amThe plugin works fine, but it does backup the Backup folder recursively - at least on my server. What might be wrong?
[Reply]
Uffe (1 comments.) — 04/12/2005 @ 6:33 amDId you have the old plugin installed? In that case, the file might not have been overwritten. I would delete the file from the server and then re-upload the new file.
[Reply]
Mark (118 comments.) — 04/12/2005 @ 9:23 amWordpress Plugins
Cuando decidà el cambio a WP hubo un par de cosas que me llamaron la atención: 1- Publicación Dinámica; 2- PHP+MySQL como plataforma de desarrollo estándar y simple y la cantidad de cosas que se podÃan generar gracias a esto. Eso más las ganas d…
Denken Über — 04/15/2005 @ 1:27 amThank you for this plugin. THANK YOU, I mean.
[Reply]
Willful Exposé (1 comments.) — 04/26/2005 @ 5:24 pm[...] 344/”> »
Плагин: Backup Ð´Ð»Ñ Wordpress 1.5
Сайт на Weblog Tools Collection Скачать Backu [...]
slaff bloggin’ ¦ блог, Ñетевые наблюдениÑ, wordpress » Blog Archive » Плагин: Backup Ð´Ð»Ñ Wordpress 1.5 — 05/1/2005 @ 2:11 pm[...] la generación de estadÃsticas sobre páginas web. B [...]
empdesign » Blog Archive » Plugins-WP — 05/16/2005 @ 10:59 am[...] , un script gratuito para la generación de estadÃsticas sobre páginas web. B [...]
empdesign » Blog Archive » Plugins Wp — 05/16/2005 @ 11:27 amBackup Plugin for Wordpress 1.5
å¿˜å·æ°´ — 05/17/2005 @ 9:56 am[...] Bueno, en realidad el más imprescindible es el primero que he instalado: el famoso One Click Backup. Se trata d [...]
La Taberna del Turco » Posts antiguos » Dos plugins imprescindibles para Wordpress — 05/24/2005 @ 4:34 pm[...] åªæ˜¯ä¸€èˆ¬ç”¨æˆ¶ä¸æ‡‚ SQL 語法, 還是沒辦法作備份/還原. 這裡 有一個 WordPress å‚™ä»½çš„è§£æ±ºæ– [...]
精神奕奕 » WordPress 1.5 備份/還原的解決方案 — 05/27/2005 @ 7:47 amFantastic tool. Thanks!!!
[Reply]
shekar (1 comments.) — 05/30/2005 @ 10:42 am[...] g-in
Posted on
Thursday 2 June 2005
Weblog Tools Collection » Backup Plugin for Wordpress 1.5 [...]
Log on Dritek » Wordpress Backup/Restore Plug-in — 06/2/2005 @ 3:16 amTried to test this plugin locally, and received the following message
Warning: Invalid argument supplied for foreach() in C:\Program Files\Apache Group\Apache2\htdocs\wordpress\wp-includes\functions.php on line 1851
This occurs when I click on the backup/restore option. Any ideas what is wrong?
[Reply]
cybersphere — 06/7/2005 @ 5:40 amThe error message did not occur when I installed the plugin on the server.
[Reply]
cybersphere (1 comments.) — 06/8/2005 @ 3:41 am[...] •œ 경우는 없기 ë•Œë¬¸ì— ì†Œì¤‘í•œ ìžì‹ ì˜ Blog를 Backupí•´ë‘는 ê²ƒì´ ì¢‹ë‹¤. Backup Plugin for Wordpress 1.5 ì„¤ì¹˜ë°©ë²•ì€ ë§í¬ê°€ [...]
A Long Obedience in the Same Direction » Blog Archive » WordPress One Click Backup Version 1.3 — 06/10/2005 @ 9:43 amhmmm. the backup tool stopped working after i upgraded to WP1.5.1.2. what gives?
[Reply]
pieceoplastic (1 comments.) — 06/11/2005 @ 3:06 am[...] , un script gratuito para la generación de estadÃsticas sobre páginas web. ===== B ===== * [[http://weblogtoolscollection.com/archives/2005/02/06/backup-plugin-for-wordpress-15/|Backup Restore]]: Añade una nueva pestaña en la interfaz de adm [...]
Bitacoras Pueblos de España » wordpres — 06/18/2005 @ 9:22 am[...] , un script gratuito para la generación de estadÃsticas sobre páginas web. ===== B ===== * [[http://weblogtoolscollection.com/archives/2005/02/06/backup-plugin-for-wordpress-15/|Backup Restore]]: Añade una nueva pestaña en la interfaz de adm [...]
Bitacoras Pueblos de España » wordpres — 06/18/2005 @ 9:27 am[...] , un script gratuito para la generación de estadÃsticas sobre páginas web. ===== B ===== * [[http://weblogtoolscollection.com/archives/2005/02/06/backup-plugin-for-wordpress-15/|Backup Restore]]: Añade una nueva pestaña en la interfaz de adm [...]
Bitacoras Pueblos de España » — 06/18/2005 @ 9:36 am[...] , un script gratuito para la generación de estadÃsticas sobre páginas web. ===== B ===== * [[http://weblogtoolscollection.com/archives/2005/02/06/backup-plugin-for-wordpress-15/|Backup Restore]]: Añade una nueva pestaña en la interfaz de adm [...]
Bitacoras Pueblos de España » scrips — 06/18/2005 @ 7:33 pm[...] d die Datenbank mit den Blogeinträgen regelmäßig an einen sicheren Ort zu kopieren: Der One Click Backup-Plugin für Wordpress 1.5.
[...]
basimo.de » Blog Archive » Backup-Plugin für Wordpress — 06/19/2005 @ 10:07 amHi,
I’m trying to restore my installation to a new hosting server.
unfortunately, their script doesn’t allow me to create the exact same usernames and database names; Can I edit these to match in the .msql file, or am I basically screwed?
Any help would be greatly appreciated.
Thanks
[Reply]
Jon (2 comments.) — 06/22/2005 @ 1:16 amnevermind, got it working on the support forums. Thanks
[Reply]
Jon (2 comments.) — 06/22/2005 @ 6:00 amI would like to make this plugin localizable. Can you have a look at my changes and roll them into the distribution when I’m done?
[Reply]
Jan — 06/24/2005 @ 10:51 amGreat plugin! Only one complaint with it—it doesn’t work nicely at all with the Tiger skin for Wordpress 1.5’s admin area. Other plugins all fit in with the skin but this one seems to have the text all over the place. It doesnt mess up functionality, just the display. Hoping there’s a fix for this soon
Otherwise, great work! Thanks!
[Reply]
Rehan (1 comments.) — 06/25/2005 @ 9:06 pm[...] ¤©è¦æœŸæœ«è€ƒäº†ï¼Œç‰è€ƒè©¦å®Œå†ä¸Ÿäº›æ–‡ç« 來。 爆è‚去… PS. é †ä¾¿æ„Ÿè¬Backup Plugin for Wordpress 1.5 ,完美的備份,無資æ [...]
ç‹ç‹¸ä¸€ç•ªï¼ » Blog Archive » 6/26 - 復活啦 — 06/26/2005 @ 12:08 pmWORDPRESS BACKUP PLUGIN
O plugin, depois de instalado, cria uma opção dentro do painel de administração do WP para fazer automaticamente o backup do banco de dados e os arquivos do WP, com apenas um click.
Neto Cury Blog — 06/30/2005 @ 2:33 am…
Is there something special that move one backup to other site?
[Reply]
ppip (1 comments.) — 07/12/2005 @ 10:24 pmBackup Plugin for Wordpress 1.5
Backup Plugin for Word…
Silvia Maggiorelli — 07/16/2005 @ 7:45 pmCan you direct download to your HD from my webpage.
my space is min. (15 MB FREE)
[Reply]
marcel — 07/23/2005 @ 5:10 amI am getting the same error: 1.5.1.3 version of WordPress
Warning: Invalid argument supplied for foreach() in /home/.quiterie/username/sitename.co.uk/wp-includes/functions.php on line 1819
[Reply]
Tim Child (1 comments.) — 08/7/2005 @ 7:14 pmWhen saving to a local computer -not sure what type and encoding to specify. Should this be a txt file or html? Should it be Windows encoded or UTF-8 to match WordPress’s default?
thank you for a great plug-in -I’ve been saving with three formats until I find out which one is correct -but I see this a great plugin even now!!!
[Reply]
Glenn Serkez — 08/8/2005 @ 11:13 pmEvery thing seems to be ok, a sql file is generated,
but when I try to backup to local computer I get error..
Fatal error: Cannot redeclare class pear in /home/iamheret/public_html/mm108/wp-admin/PEAR.php on line 73
any ideas?
[Reply]
Rob (1 comments.) — 08/10/2005 @ 9:09 pmWorks fine for me. Nice and easy. Good job ! Thanks
[Reply]
Fairweb (1 comments.) — 08/24/2005 @ 5:36 amLooks nice, well done, thx.
[Reply]
gsyi (1 comments.) — 09/12/2005 @ 10:53 amThank you for this great plugin. I love the touch and feel of it and it is bound to save me a lot of work. But I still have some problems.
The backup works fine. There’s a lot of stuff in the resulting SQL-File and that seems ok. But the restore seems to have problems.
I deleted a few things (pages and entries) and restored the database. The dialog told me that it was successful but the deleted entries and pages are still gone.What can I do?
[Reply]
ANja (1 comments.) — 09/13/2005 @ 4:00 amWhen I try to use the plugin, I get the following error message:
“Warning: Invalid argument supplied for foreach() in /…../wp-includes/functions.php on line 1819″
Any ideas?
Cheers
Bernd
[Reply]
Bernd — 10/20/2005 @ 5:23 pmAmazing -worked like a charm first time. i tried another plugin and it never worked for me -this one worked perfectly. Thanks!
[Reply]
21st Century Girl (1 comments.) — 12/14/2005 @ 8:39 pmAny possibility of an upgrade now that Wordpress 2.0 is out? Maybe a progress bar or someother extras?
[Reply]
Dave (5 comments.) — 12/27/2005 @ 2:21 pmFunctionality to delete old backups would be nice also (click an option next to the name of the file to delete it).
[Reply]
Dave (5 comments.) — 12/27/2005 @ 2:24 pmEverything works fine on my WP 2.0
But the script backup older backup-files.
Is there any way, to exclude subfolders?
[Reply]
Legolas (2 comments.) — 01/15/2006 @ 6:13 pmLegolas - That’s one of the features I’ve wanted also. I’ve been playing with the code myself and haven’t been able to figure it out exactly. (I’m a PHP novice.) But I have managed to add a function where you can delete an old backup file. I’ll continue to try to get it to exclude older backup files. There’s already some code in the plugin for it but it’s obviously not working.
[Reply]
Dave (5 comments.) — 01/17/2006 @ 1:19 pmI got it solved!! There is a loop in Tar.php that detects directory names. It’s supposed to exit if the directory name is ‘backup’. However it wasn’t exiting properly. I fixed that. I also added the ‘cache’ directory to the list of directories to be excluded. As mentioned in my previous comment I also added funtionality to delete backup files.
I have only tested the improvement on my own blog. If anyone is interested in testing it on their own blog please let me know.
[Reply]
Dave (5 comments.) — 01/17/2006 @ 6:54 pmI did it!! I fixed the bug that causes previous backups to be included in new backups. In my version anything in the backup directory will be excluded from a backup set when you backup files. I also added the cache directory to be excluded from the backup. Add this to the function I wrote about in my last comment (the ability to delete backup files from the Admin page) and I’ve added 2 new functions and fixed an existing bug.
So far I’ve only tested this on my own blog. Is anybody willing to test it on theirs? Let me know. I’d like to be able to make it available to anyone who wants it but would feel better if more people tested it first.
[Reply]
Dave (2 comments.) — 01/17/2006 @ 10:52 pm@Dave: I would test it on my blog
[Reply]
Legolas (2 comments.) — 01/20/2006 @ 12:57 pmWordpress: One-Click Backup
Vor dem Upgrade auf Version 2.0, wollte ich ein Backup von Wordpress durchführen. Da das Ganze mit MySQL arbeitet, gestaltet sich das allerdings für den Laien schwierig, da eben nicht nur die Dateien auf dem Server, sondern auch die Inhalte der Daten…
hoemmerich.com — 02/12/2006 @ 5:34 amHi.
Very nice plugin but i have a problem.
It works very well in backing-up my database but while i am trying to back-up WP files i have this error:
Fatal error: Maximum execution time of 15 seconds exceeded in /membri/eligor82/wp-admin/Tar.php on line 760
What i shoul do? TNX
[Reply]
Eligor (1 comments.) — 03/16/2006 @ 12:39 pmWorked like a CHARM, allowing me to feel secure my stuff was backed up before moving up to WP 2.2 - I’m relieved and can go on to the upgrading with a light heart now.
Thanks a lot for the great work!
[Reply]
anatsuno — 03/20/2006 @ 8:56 amHas anyone else had problems with this plugin since upgrading to 2.0.2? It was working like a charm before then.
Any advice would be great.
[Reply]
Vixx (1 comments.) — 04/23/2006 @ 8:33 am[...] Backup/Restore: la versión 2.0 de WP ya viene con este sistema integrado. Los anclados en el pasado podemos recurrir a este plugin que hace exactamente lo mismo. [...]
Criterion » Archivo » Listado de plugins en Criterion — 09/2/2006 @ 7:31 amHi,
here the error code in my administration panel:
Database files in the backup directory:
Warning: opendir(/home.2/metropolz/www/wordpress/wp-content/backup/) [function.opendir]: failed to open dir: No such file or directory in /home.2/metropolz/www/wordpress/wp-content/plugins/wp-backup-1.5-localized/wp-backup/backuprestoreForm.php on line 32
Warning: readdir(): supplied argument is not a valid Directory resource in /home.2/metropolz/www/wordpress/wp-content/plugins/wp-backup-1.5-localized/wp-backup/backuprestoreForm.php on line 33
Warning: closedir(): supplied argument is not a valid Directory resource in /home.2/metropolz/www/wordpress/wp-content/plugins/wp-backup-1.5-localized/wp-backup/backuprestoreForm.php on line 38
I’m using wp 2.0.3
Greetings
Klaus
[Reply]
Klaus (1 comments.) — 10/6/2006 @ 5:24 am[...] ¡¡¡ 282 plugins para tu Wordpress en Mundo Geek!!! No dudes en empezar a mejorar tu WP con plugins tan esenciales como Backup Restore, que nos permite realizar una copia de seguridad de nuestra base de datos, los archivos de nuestro directorio o restaurar una copia de seguridad antigua mediante una nueva pestaña en la interfaz de administración; por poner un ejemplo. Quedan 281. [...]
282 plugins para Wordpress « Todo por 2 CLICKS! — 10/13/2006 @ 2:11 pm[...] 1.- Descargar plugin de aquí, link de descarga directa, aquí 2.- Descomprimir en una carpeta temporal en nuestro disco duro 3.- Subir mediante ftp a nuestro directorio “wp-content/plugins” el fichero backuprestore.php 4.- Crear el directorio backup dentro del directorio “wp-contet” y asignarle derechos de escritura 5.- subir el resto de los archivos, exceptuando el readme.txt, al directorio “wp-admin” 6.- Y por último, activar nuestro plugin en la opción del menú “Plugins” dentro de nuestro panel de control [...]
webdesoporte.es » Blog Archive » Wordpress Backup — 11/20/2006 @ 4:44 pm[...] 1. 網站備份  Backup Plugin [...]
å®…ç”·å±… » 本站使用之外掛 — 02/9/2007 @ 1:15 pm[...] http://weblogtoolscollection.c.....dpress-15/ [...]
Plugin para backup wordpress « Culture Tech — 03/6/2007 @ 11:17 am[...] a backup in case you need to roll back; sifting through an entire server backup can be tedious. Backup Plugin for Wordpress gives you a simple and effective way to backup your Wordpress installation. I am not sure if I [...]
How To Backup Wordpress - Code and Coffee — 03/8/2007 @ 8:55 pmI can’t get this to work with WP 2.1.2. Any chance for an update?
Thanks for sharing!
SF
[Reply]
Scudfish (1 comments.) — 04/12/2007 @ 8:57 pm[...] some sort of technical issue is likely to blame. I did received one notification about a reply to an article to which I did not reply, so perhaps the issues are [...]
Strange Things in the World of WordPress « Brian Sexton on WordPress — 04/13/2007 @ 10:08 pm[...] Backup Restore: Añade una nueva pestaña en la interfaz de administración con opciones para realizar una copia de seguridad de nuestra base de datos, los archivos de nuestro directorio o restaurar una copia de seguridad antigua. [...]
Profesor Blog » Los Mejores Plugins Para Worpress — 04/14/2007 @ 6:32 am[...] Descargar plugin de aquÃ, link de descarga directa, aquà 2.- Descomprimir en una carpeta temporal en nuestro disco duro 3.- [...]
Wordpress Backup « Web de Soporte — 05/20/2007 @ 6:43 am[...] One Click Backup Plugin : permet de sauvegarder l’ensemble des fichiers de votre blog + la base de données (mais je ne conseille pas la sauvegarde de la base car les accents ne sont pas conservés) [...]
Mes plugins WordPress « C’éclair! — 06/4/2007 @ 2:04 am[...] Sauvegarde ponctuelle des fichiers et de la base complète grâce au plugin One Click Backup (version [...]
Comment établir une stratégie de sauvegarde pour un blog sous WordPress? (tutoriel, wordpress, backup, sauvegarde) — 06/14/2007 @ 2:16 pm[...] this Wordpress plugin tonight that makes backing up your files and database an easy task. Had an issue with getting [...]
Jeff Bollinger » Blog Archive » Backup Plugin for Wordpress — 06/27/2007 @ 12:47 amThis is a VERY useful plugin; luckily I accidentally came across this post and I’m glad I did. Thanks much for this.
[Reply]
Villa Rental (1 comments.) — 07/9/2007 @ 12:40 am[...] Backup Restore: Añade una nueva pestaña en la interfaz de administración con opciones para realizar una copia de seguridad de nuestra base de datos, los archivos de nuestro directorio o restaurar una copia de seguridad antigua. [...]
» Enchula tu Blog,Plugins Para Worpress Información Tecnología Internet y Gadgets — 07/13/2007 @ 11:51 pmthank you for your plugin. is really easy to use
[Reply]
Manele (1 comments.) — 08/30/2007 @ 5:26 pm[...] Wordpress habe auch ich jetzt endlich mal One Click Backup getestet, zu dem es hier eine ausführliche Anleitung gibt. Das war nicht unbedingt Liebe auf den [...]
Fotofimmel » Blog Archive » Backups leicht gemacht — 09/13/2007 @ 5:37 am[...] Tools Collection points to a decent looking tutorial for setting up and using their One Click Backup Plugin for Wordpress 1.5. The tutorial is a good step-by-step with lots of screen shots. There are now no excuses for not [...]
WordPress One Click Backup Plugin Tutorial — 10/17/2007 @ 9:15 am[...] Backup Restore: Añade una nueva pestaña en la interfaz de administración con opciones para realizar una copia de seguridad de nuestra base de datos, los archivos de nuestro directorio o restaurar una copia de seguridad antigua. [...]
Bitacora del Destino » Plugins para wordpress — 12/9/2007 @ 11:09 pm[...] Wp-backup 1.5 Very Basic plugin, that I couldn’t get to work. There are two options back up database and backup WordPress Files. Once you click on the option a message appears and says download buck here. I click on it and get an error message in my browser. [...]
Best Way to Backup Your Blog - whichplugin.com — 12/10/2007 @ 2:26 pmthanks for this great and very easy to use plugin!!
[Reply]
houserocker (1 comments.) — 12/15/2007 @ 5:52 am[...] gibt zwar Backup Plugin for Wordpress 1.5. Ich hasse aber “Rumkopiererei” in Verzeichnissen. Alles, was nicht im Plugin-Ordner [...]
WordPress Backups - Datenbank mit phpMyAdmin und Verzeichnissen mit FTP | Blogfeuer - fueled by WordPress — 02/5/2008 @ 6:10 pm[...] gibt zwar Backup Plugin for Wordpress 1.5. Ich hasse aber “Rumkopiererei” in Verzeichnissen. Alles, was nicht im Plugin-Ordner [...]
WordPress Backups - Datenbank Sicherung mit phpMyAdmin und Verzeichnisse mit FTP | Blogfeuer - fueled by WordPress — 02/10/2008 @ 9:41 am[...] Backup Restore: realiza una copia de seguridad de la base de datos o de los archivos. [...]
Noticias de Bitacoras.com » Plugins para administrar WordPress — 04/22/2008 @ 3:33 am[...] your files you may have uploaded. Plugins that provide database backup along with files can be find here and a beta version of another plugin here. I myself use the WordPress Database Backup plugin [...]
WordPress Plugins to use WordPress as the ultimate CMS — 07/9/2008 @ 11:05 am