
外掛標籤
開發者團隊
原文外掛簡介
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:
Full backup — database + files compressed into a single ZIP with manifest
Database backup — complete SQL dump using WordPress-native $wpdb
File backup — wp-content, uploads, plugins, themes, or full WordPress root
Real-time progress — live progress bar via AJAX polling during backup/restore
Chunked restore — database is restored in small chunks to avoid server timeouts, even on shared hosting
Scheduled backups — hourly, every 6h, every 12h, daily, weekly, or monthly
Import & restore — upload an external .zip or .sql backup file and restore it
Activity log — step-by-step log of every operation stored in a file and accessible from the dashboard
Email notifications — get notified on backup success or failure
Auto-cleanup — delete old backups by age or maximum count
Exclude paths — exclude specific directories from file backups
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.
