Akeeba Backup



Akeeba Backup has won the prestigious Administrator Only Extension J.O.S.C.A.R. Award at J and Beyond 2010. Download it for free to find out why.
Joomla! 2.5/3.0 only. We have older versions for Joomla! 1.5/1.6/1.7 on our site.
Features:
- It configures itself for optimal operation with your site. Just click on Configuration Wizard.
- One click backup.
- AJAX powered backup (site and database, database only, files only or incremental files only backup)
- The fastest native PHP backup engine.
- Choose between standard ZIP or highly efficient JPA archive format
- able to exclude specific files, folders
- able to exclude specific database tables or their contents
- Unattended backup mode (CRON job scheduling), fully compatible with Webcron.org
- Backup using any cellphone made after 2007 with a web browser using our exclusive "Lite Mode" (including the cheapest Nokia and Sony Ericsson models!)
- AJAX powered site restoration
- "Kickstart" restore: restore without unpacking backup
- Move your site between hosts without downloading/uploading anything (using the DirectFTP backup engine)
- Archives can be restored on any host. Useful for transferring your site between subdomains/hosts or even to/from your local testing server (XAMPP, WAMPServer, MAMP, Zend Server, etc).
and much much more!
Do not miss out the complimentary companion desktop software (Akeeba SiteDiff and Akeeba eXtract Wizard) which are available free of charge from our site. They make working with Akeeba Backup a breeze.
Note: The software is free of charge, its support is not. You need a valid subscription (starting at EUR 7.79) to request support. However, its documentation, the troubleshooting wizard and searching the forum is free.
*** IF YOU CAN'T FIND HOW TO ENABLE A FEATURE LISTED HERE, PLEASE READ THE (FREE) DOCUMENTATION! ***
Combine this with M.A.M.P. and you have an extremely easy way to develop a site locally on your computer then upload when its done.
Joomlapack worked from the word GO... I even used it on a joomla 1.0.12 installation and it was 100% fine!
To top it all I moved some sites from MySQL 4 to MySQL 5 and worked every time first time without a problem.
THANK YOU to the DEVELOPERS! AWESOME COMPONENT and MUST HAVE for EVERYBODY!
I have checked most utilities and all of them failed except JoomlaPack. Really usefull and working.
AJAX interface didn't work on my case but the rest work smoothly without any error.
Thank you author for your great JOB!
Finally, it is so simple and straightforward to use, I can't believe it's free.
One thing that I do every time I unzip to my Dev site is restore my local copy of the configuration.php and remove the .htaccess files. I just don't require them for my Dev site in MAMP. What? You aren't using .htaccess files for security? That's the other free insurance (against hacking). See http://forum.joomla.org/viewtopic.php?t=102558.
Thank you to the developer!
The backup and restore works for a small site. You really need to read the documentation to get it to work. However, it does not back up one of my bigger sites, it hangs mid way with the following message.
"Creating archive file
This might take several minutes. Please wait...
28
14808531 / 25565004"
The admin user is then logged out and your backup is incomplete. I cannot rely on it as a backup solution for this obvious reason. I will try the next version when it is stable and see if the problem is resolved but for the moment backups are done another way.
Dean (yerluvinunclebert)
Try the version just released (1.1.1b2), it should have fixed this issue.
I wanted to have a backup and restore process for my Joomla Website which was in existence for about a month. I have been managing websites as a hobby for a lot longer than that and have worked in mainstream applications development for more than 30 years. I wnat to be sure any backup/restore process I use actually works, so to backup and test the restore process I decided to use JoomlaPack and restore my domain to a subdirectory of another domain that I also had.
The site was Joomla 1.0.13, with sh404SEF, JoomlaPack 1.1.0, JW Media Manager XTD, Simple Image Gallery PRO, JoomlaFCK2. I was a bit worried about the SEF not working after the move, but I need not have worried. I did have one problem after the move with embedded Image Sources and links in content (see below).
To give people the benefit of my experience when moving the site, here are my steps and the small issues I came across :
Moving Installation to another server and www.address
1. Use JoomlaPack to create archive and FTP the archive (.zip) to local PC.
- Make sure you include all Joomla directories in the backup step, including directories that you might not use like "cache" (otherwise you seem to get warnings on the restore) and in the case of cache, you will have to manually creat a direcory of this name on the target server.
2. Unzip the archive and use FTP to transfer to new location.
3. Install as per JoomlaPack instructions and do the following during install (as the restore/install follows the Joomla Install Process, it is a good idea to have the Joomla Installation Guide open as well as the JoomlaPack User Guide) :
- Setup the MySQL Database and Associated User as per User Guide - I used cPanel (note the site prefix applied to the Datbase Name and User Name as these will most probably be different to those from the source domain (and the Install will "suggest" the old names with original site prefix - you will have to overtype the suggestions with your new ones).
- Ignore the Joomla suggestions for Admin User/Password - the SuperAdmin Name and Password will be those which were on the original site.
When the restore completes :
4. Modify .htaccess if you are using SEF Urls (as per sample .htaccess with Joomla) although your .htacces will have been copied as part of the install but you might have some bits that do not apply to new site - check it out anyway. In particular there is a comment in the sample .htaccess for SEF (both Joomla and 3rd Party SEF) where there is a bit to be inserted into a line if the installation is on a subdirectory of a domain - quite self explanatory but read it anyway (note, I forgot to change this at first but it did not seem to matter - the site worked anyway, but I changed it once I noticed it).
5. Modify the following fields in configuration.php if they need it
- $mosConfig_db : Database Name
- $mosConfig_dbprefix : Database prefix, usually "_jos"
- $mosConfig_password : Database Password
- $mosConfig_user : User Name associated with Database
- $mosConfig_absolute_path, $mosConfig_cachepath, $mosConfig_live_site, all to reflect the new location
(all these were done automatically for me by the install process - but check them before you run the system)
6. Delete the Install Directory
7. Sign in as backend SuperAdmin and check your Globals and also any SEF settings (3rd Party and Joomla). Mine seemed fine.
8. Browse to your new site address and check things out.
On my site everything worked perfectly after the move, except two things (very related) :
- Images embedded in news items, where I had used JoomlaFCK2 as my content editor to embed the image from the server. This will only occur where either or both original site and target site exist on a subdirectory To illustrate this I'll give the example. My original site was "www.orig.com", my new site "www.new.com/subd". JoomlaFCK2 has [img src="/images/picture.jpg"] for embedded images, however on the new site it will put [img src="/subd/images/picture.jpg"] ([] used to indicate html), unfortunately the old ones do not get converted during the install so you will have to do it by hand. Then again, how many sites will get restored to a subdirectory if they had a full domain - probably only if you are testing a restore process. If you are moving from one root domain to another this will not be a problem. And if you are moving from the a subdirectory of one root domain to the subdirectory of a different root domain - take my advice and keep the subdirectory name the same and again this will not cause you a problem. I also think that if you use TinyMCE, then you won't see this problem either (but I have not tried TinyMICE but it seems to embed its images in the same way the Simple Image Gallery is embedded in content and images for Simple Image Gallery worked no problem). I actually think that the [base href"...."] and [img src"relative uri"] ([] used to indicate html)(see source code for any page that contains an embedded image) is possibly being incorrectly interpreted by JoomlaFCK2 - but I could be wrong and JoomlaFCK2 is another brilliant product that I'm not going to stop using just because of this.
- Links embedded in content to other pages within the same website also seemed to remain pointing to the original site - these were also inserted with JoomlaFCK2 but I think that it would be the same with other editors. This might be a bigger problem for some sites. Unfortunately I could see no way other than hand coding changes using "Source" view in JoomlaFCK2 and putting in the new domain/subdirectory name. My problem was not big enough to look for a more automated solution, and I will avoid, where possible in the future embedding internal links within the content.
Any wish list? Not for JoomlaPack - it is brilliant and "does what it says on the tin". But if anyone knows of anything that I can run from my browser that will trawl through my content items (both dynamic and static content) and allow me to replace a string with another, e.g. /olddir/ with /newdir/, then I'd be interested in hearing about it. (I'm not a cPanel/phpAdmin nor MySql expert - so I'd like a noddy guide that includes the table names etc)
Well done Geoffrey
The one feature I'd like to see? The ability to do automated backups (by cron job or other means) set from within the component config.
As far as free backup utilities for Joomla go it's one of the best. Good work!







