WBCE / WBCE_CMS

Core package of WBCE CMS. This package includes the core and the default addons. Visit https://wbce.org (DE) or https://wbce-cms.org (EN) to learn more or to join the WBCE CMS community.
https://wbce-cms.org
GNU General Public License v2.0
32 stars 22 forks source link

Better Backup solution #466

Closed instantflorian closed 4 years ago

instantflorian commented 4 years ago

We still need an easy to use backup tool. The current one can be used in most cases for database backups, but on shared hosting environments, where max_execution_time can't be changed, the script will probably run into a timeout, when trying to create a backup of the file system of a website with many (large) media files (pictures, docs etc). So what we need is a backup script which works in batches to avoid timeouts. Maybe the first step would be gathering the directory structure and then saving the directorys one after another by a script which is triggered to start new each time (by meta refresh in the frontend, ajax, I don't know).

instantflorian commented 4 years ago

Solved as far as possible with Backup 2.9.4 https://addons.wbce.org/pages/addons.php?do=item&item=34