History: Backups
Preview of version: 5
- backups are encrypted
- set your php.ini to allow for enough time for the process to finish, as well as the size of the download.
Backups are broken for in Tiki Eta Carinae and until now Polaris too.
Damian says: Dont forget that as well as a backup of the database, we also need to take into consideration any Image Galleries, File Galleries, Forum upload locations too. so what we can have a 1 click backup and restore procedure.
One problem tho, is those users on shared hosts, will not be able to increase there PHP script runtime, whats going to be the best solution here?
Damians Idea: Have a calling page that automatically calls subpages to handle different sections of the backup example pages:
- tiki-perform_backup.php calls in this order at given time intervals:
- tiki-perform_backup.php?backup=wiki - Backups wiki pages
- tiki-perform_backup.php?backup=articles - Takes care of articles
etc - tiki-perform_backup.php?backup=imggales&offset=0&qty=10 - backup the first 10 images in the image gal folder
- tiki-perform_backup.php?backup=imggales&offset=11&qty=10 - backup the next 10 images in the image gal folder
until completed
same style procedure for file gales, forum uploads etc
I think that method would get past need for upping the script timeout.
Any comments?
For more infomation see this Tiki 1.6.1 site here.