
Norvis Backup is a professional, self-hosted WordPress backup plugin that gives you full control over your backups without relying on third-party services.
Key Features:
Why Norvis Backup?
Unlike other backup plugins, Norvis Backup writes the database dump row-by-row using fopen() + fwrite(), which means it never loads the entire database into PHP memory. This makes it work reliably even on shared hosting with low memory limits (64–128 MB).
The restore process uses a chunked approach — each AJAX call processes about 18 seconds of work, saves its position, and the browser automatically calls the next chunk. This prevents timeouts on shared hosting that limits PHP execution to 30-60 seconds per request.
Support: For questions, bug reports, or feature requests, please use the plugin support forum on WordPress.org.