EXTREMELY IMPORTANT: Please attach a ZIP file containing your Akeeba Backup log file in order for us to help you with any backup or restoration issue. If the file is over 10MB, please upload it on your server and post a link to it.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by alexwalker on Tuesday, 25 August 2026 16:39 CDT
EXTREMELY IMPORTANT: Please attach a ZIP file containing your Akeeba Backup log file in order for us to help you with any backup or restoration issue. If the file is over 10MB, please upload it on your server and post a link to it.
Alex, I think you missed something here :)
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Alternatively, you can tell Kickstart to ignore most errors and it will skip over this file. This comes in handy when restoring a backup you have already taken on a site that's no longer working: you can't exclude the file from the backup before restoring the site back to working order.
Akeeba Backup is designed very much like an airplane. There are multiple redundancies. Having a backup that can genuinely not be restored is very rare. The only way a backup is truly beyond restoration is if the backup archive is missing / truncated / corrupted, or if you are trying to restore a backup taken on a very old version of PHP and MySQL / MariaDB onto a much newer server which simply cannot work with that old site. Everything else is recoverable with varying degrees of effort.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Heh, I believe I know my software better than any search engine – and I have even documented it ;)
As I told you, you can alternatively use " Ignore most errors ":
Moreover, there is also the Ignore most errors checkbox. When it's checked, Kickstart will not throw an error when a file is not writable.
Moreover, if you want to extract specific files you can use Files To Extract:
Finally we have the Files to extract area. If you leave it empty (default) all of the contents of the backup archive will be extracted. Sometimes you only want to extract specific files which were unfortunately deleted or overwritten. In the olden days you'd have to extract the entire backup archive, find the files you need and upload them to your site. This option eliminates this need. Just enter one or more file paths or shell patterns, one on each line, and Kickstart will only extract these files. A few things you should know:
All files and folders are expressed relative to the archive. For example, if you are extracting an archive to
/home/myaccount/public_html/siteand the file inside the archive isimages/cat.pngthen you must useimages/cat.pngin Files to Extract, NOT/home/myaccount/public_html/site/images/cat.png.Always use forward slashes to separate folder names and file names, even on Windows. For example,
images/cat.pngis valid whereasimages\cat.pngis INVALID.You can use wildcards in the names. * matches any number of characters, ? matches exactly zero or one characters.
For example
images/cat.jp?matchesimages/cat.jpgandimages/cat.jpebut NOTimages/cat.jpeg. On the other hand,images/cat.jp*matches all three files.Wildcards apply to folder names as well. For example,
images/*/cat.pngmatches bothimages/foo/cat.pngandimages/bar/cat.png. It does not, however, matchimages/cat.pngsince it's missing a second forward slash.If you want to extract all files and folders under a directory suffix it with
/*. For exampleimages/*will match all contents of theimagesfolder. Be careful! Do not use*.*as it will only match folder and file names with a dot in their name!For geeks and power users only: this field is parsed by PHP's fnmatch() function. This means that you can use any shell pattern for more complex filename pattern matching. Using shell patterns is the only way, for example, to extract the files under a directory but not its subdirectories.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.
Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!